Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7203 in orxonox.OLD for branches/std/src/lib/util/helper_functions.h


Ignore:
Timestamp:
Mar 9, 2006, 5:28:10 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: compiles again, BUT well…. i do not expect it to run anymore

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/std/src/lib/util/helper_functions.h

    r5141 r7203  
    66#ifndef _HELPER_FUNCTIONS_H
    77#define _HELPER_FUNCTIONS_H
     8
     9#include <string>
    810
    911// FORWARD DECLARATION
     
    1517int           isInt(const char* INT, int defaultValue);
    1618float         isFloat(const char* FLOAT, float defaultValue);
    17 const char*   isString(const char* STRING, const char* defaultValue);
     19const char*   isCString(const char* STRING, const char* defaultValue);
     20std::string   isString(const char* STRING, const std::string& defaultValue);
     21
     22
     23int           nocase_cmp(const std::string& s1, const std::string& s2);
     24
    1825
    1926#endif /* _HELPER_FUNCTIONS_H */
Note: See TracChangeset for help on using the changeset viewer.