Changeset 1118 for trunk/lib/yat/CommandLine.h
- Timestamp:
- Jul 4, 2010, 4:26:08 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/yat/CommandLine.h
r1064 r1118 2 2 #define _theplu_yat_utility_commandline_ 3 3 4 //$Id: CommandLine.h 22 65 2010-06-05 23:12:10Z peter $4 //$Id: CommandLine.h 2288 2010-06-28 02:05:31Z peter $ 5 5 6 6 /* … … 172 172 173 173 The functor Compare must be a <a 174 href="http://www.sgi.com/tech/stl/BinaryFunction.html">Binary 175 Function</a> with both argument types \c const \c Option* and 176 return type \c bool. 174 href="http://www.sgi.com/tech/stl/BinaryPredicate.html">Binary 175 Predicate</a> with both argument types \c const \c Option*. 177 176 178 177 \since New in yat 0.7 … … 202 201 std::string program_name_; 203 202 203 // use cond to make doxygen ignore this privat class 204 /// \cond 204 205 struct OptionCompare 205 206 { 206 207 bool operator()(const Option*, const Option*) const; 207 208 }; 209 /// \endcond 208 210 209 211 };
Note: See TracChangeset
for help on using the changeset viewer.