Changeset 2247
- Timestamp:
- Apr 22, 2010, 2:54:34 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/utility/CommandLine.h
r2202 r2247 164 164 private: 165 165 friend std::ostream& operator<<(std::ostream& os, const CommandLine& cl); 166 void add_private(std::string, Option&);167 166 bool is_long_option(std::string str) const; 168 167 bool is_short_option(std::string str) const;
Note: See TracChangeset
for help on using the changeset viewer.