Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Mar 10, 2006, 4:52:21 AM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: new SubString class

File:
1 edited

Legend:

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

    r7203 r7211  
    1414*** HELPER FUNCTIONS ***
    1515***********************/
    16 bool          isBool(const char* BOOL, bool defaultValue);
    17 int           isInt(const char* INT, int defaultValue);
    18 float         isFloat(const char* FLOAT, float defaultValue);
    19 const char*   isCString(const char* STRING, const char* defaultValue);
    20 std::string   isString(const char* STRING, const std::string& defaultValue);
     16bool          isBool(const std::string& BOOL, bool defaultValue);
     17int           isInt(const std::string& INT, int defaultValue);
     18float         isFloat(const std::string& FLOAT, float defaultValue);
     19const char*   isCString(const std::string& STRING, const char* defaultValue);
     20std::string   isString(const std::string& STRING, const std::string& defaultValue);
    2121
    2222
Note: See TracChangeset for help on using the changeset viewer.