Changeset 1292
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/Option.cc
r1039 r1292 1 // $Id: Option.cc 2 210 2010-03-05 22:59:01Z peter $1 // $Id: Option.cc 2348 2010-11-13 16:50:31Z peter $ 2 2 3 3 /* … … 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/Option.h
r983 r1292 2 2 #define _theplu_yat_utility_option_ 3 3 4 // $Id: Option.h 2 119 2009-12-12 23:11:43Z peter $4 // $Id: Option.h 2348 2010-11-13 16:50:31Z peter $ 5 5 6 6 /* … … 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.