Changeset 2348
- Timestamp:
- Nov 13, 2010, 5:50:31 PM (13 years ago)
- Location:
- trunk/yat/utility
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/utility/Option.cc
r2210 r2348 69 69 { 70 70 return description_; 71 } 72 73 74 void Option::description(const std::string& description) 75 { 76 description_ = description; 71 77 } 72 78 -
trunk/yat/utility/Option.h
r2119 r2348 57 57 */ 58 58 std::string description(void) const; 59 60 /** 61 \brief set description 62 63 \since New in yat 0.7 64 */ 65 void description(const std::string& description); 59 66 60 67 /**
Note: See TracChangeset
for help on using the changeset viewer.