Changeset 984 for trunk/yat/utility/OptionHelp.cc
- Timestamp:
- Oct 22, 2007, 6:10:35 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/utility/OptionHelp.cc
r982 r984 52 52 53 53 54 std::string& OptionHelp::post_arguments(void) 55 { 56 return post_cmd_; 57 } 58 59 60 std::string& OptionHelp::synopsis(void) 61 { 62 return synopsis_; 63 } 64 65 std::string& OptionHelp::usage(void) 66 { 67 return usage_; 68 } 69 54 70 }}} // of namespace utility, yat, and theplu
Note: See TracChangeset
for help on using the changeset viewer.