Ignore:
Timestamp:
Oct 22, 2007, 6:10:35 PM (16 years ago)
Author:
Peter
Message:

implementing refs functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/utility/OptionHelp.cc

    r982 r984  
    5252
    5353
     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
    5470}}} // of namespace utility, yat, and theplu
Note: See TracChangeset for help on using the changeset viewer.