Changeset 2662 for code/trunk/src/core/ConfigValueContainer.h
- Timestamp:
- Feb 14, 2009, 10:17:35 PM (16 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
-
code/trunk/src/core/ConfigValueContainer.h
r2171 r2662 109 109 { 110 110 this->init(type, identifier, sectionname, varname); 111 this->initValue( (V)defvalue);111 this->initValue(static_cast<V>(defvalue)); 112 112 } 113 113 … … 217 217 inline const std::string& getName() const 218 218 { return this->varname_; } 219 /** @brief Retuns the name of the section this config value is in. */ 220 inline const std::string& getSectionName() const 221 { return this->sectionname_; } 219 222 /** @brief Returns true if this config-value is a vector */ 220 223 inline bool isVector() const
Note: See TracChangeset
for help on using the changeset viewer.