Changeset 598
- Timestamp:
- Dec 17, 2007, 9:56:37 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FICN/src/orxonox/core/ArgReader.h
r543 r598 16 16 public: 17 17 ArgReader(int argc, char **argv); 18 void checkArgument(std::string option, std::string& string, bool must );19 void checkArgument(std::string option, int& integer, bool must );20 void checkArgument(std::string option, float& floating, bool must );18 void checkArgument(std::string option, std::string& string, bool must=false); 19 void checkArgument(std::string option, int& integer, bool must=false); 20 void checkArgument(std::string option, float& floating, bool must=false); 21 21 bool errorHandling(); 22 22 private:
Note: See TracChangeset
for help on using the changeset viewer.