- Timestamp:
- Mar 28, 2008, 10:13:58 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core2/src/orxonox/core/ConfigValueContainer.h
r871 r947 102 102 const std::string& getDescription() const; 103 103 104 bool parseString(const std::string& input, MultiTypeMath& defvalue);104 bool parseString(const std::string& input, const MultiTypeMath& defvalue = MT_null); 105 105 bool valueToString(std::string* output, MultiTypeMath& input); 106 106 void resetConfigFileEntry(); … … 110 110 static bool isEmpty(const std::string& line); 111 111 static bool isComment(const std::string& line); 112 113 inline std::string getTypename() const 114 { return this->value_.getTypename(); } 112 115 113 116 private:
Note: See TracChangeset
for help on using the changeset viewer.