Changeset 7211 in orxonox.OLD for branches/std/src/lib/util/helper_functions.h
- Timestamp:
- Mar 10, 2006, 4:52:21 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/std/src/lib/util/helper_functions.h
r7203 r7211 14 14 *** HELPER FUNCTIONS *** 15 15 ***********************/ 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);16 bool isBool(const std::string& BOOL, bool defaultValue); 17 int isInt(const std::string& INT, int defaultValue); 18 float isFloat(const std::string& FLOAT, float defaultValue); 19 const char* isCString(const std::string& STRING, const char* defaultValue); 20 std::string isString(const std::string& STRING, const std::string& defaultValue); 21 21 22 22
Note: See TracChangeset
for help on using the changeset viewer.