Changeset 1601
- Timestamp:
- Oct 27, 2008, 10:15:21 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/utility/OptionArg.h
r1487 r1601 67 67 */ 68 68 T value(void) const { return value_; } 69 70 /** 71 \brief set value 72 73 \since new in yat 0.5 74 */ 75 void value(T v) const { value_ = v; } 69 76 70 77 protected:
Note: See TracChangeset
for help on using the changeset viewer.