Changeset 1313 for code/branches/console/src/core/ConfigValueContainer.h
- Timestamp:
- May 17, 2008, 3:58:19 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/console/src/core/ConfigValueContainer.h
r1062 r1313 107 107 void update(); 108 108 109 bool parse(const std::string& input); 110 bool parse(const std::string& input, const MultiTypeMath& defvalue); 111 112 bool set(unsigned int index, const std::string& input); 113 bool tset(unsigned int index, const std::string& input); 114 bool parse(unsigned int index, const std::string& input); 115 bool parse(unsigned int index, const std::string& input, const MultiTypeMath& defvalue); 116 109 117 /** @brief Converts the config-value to a string. @return The string */ 110 118 inline std::string toString() const … … 115 123 116 124 private: 117 bool parse(const std::string& input);118 bool parse(const std::string& input, const MultiTypeMath& defvalue);119 120 bool set(unsigned int index, const std::string& input);121 bool tset(unsigned int index, const std::string& input);122 bool parse(unsigned int index, const std::string& input);123 bool parse(unsigned int index, const std::string& input, const MultiTypeMath& defvalue);124 125 125 bool bIsVector_; //!< True if the container contains a std::vector 126 126
Note: See TracChangeset
for help on using the changeset viewer.