Changeset 1854 for code/trunk/src/util/MultiType.h
- Timestamp:
- Sep 28, 2008, 5:30:14 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/util/MultiType.h
r1791 r1854 189 189 virtual void toString(std::ostream& outstream) const = 0; 190 190 191 MT_Type type_; //! The type of the current value191 MT_Type type_; //!< The type of the current value 192 192 }; 193 193 … … 388 388 template <typename T> void createNewValueContainer(const T& value) { BOOST_STATIC_ASSERT(sizeof(T) == 0); } 389 389 390 MT_ValueBase* value_; //! A pointer to the value container390 MT_ValueBase* value_; //!< A pointer to the value container 391 391 }; 392 392
Note: See TracChangeset
for help on using the changeset viewer.