Changeset 1324 for code/branches/console/src/core/ConfigValueContainer.h
- Timestamp:
- May 19, 2008, 2:58:22 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/console/src/core/ConfigValueContainer.h
r1321 r1324 90 90 } 91 91 92 template <typename T> 93 inline void setVectorType(const std::vector<T>& value) 94 { 95 this->value_ = T(); 96 } 97 92 98 inline const std::string& getName() const 93 99 { return this->varname_; }
Note: See TracChangeset
for help on using the changeset viewer.