Changeset 86:eba5222bb6f5 in lemon-main
- Timestamp:
- 01/22/08 17:03:41 (17 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/arg_parser.h
r85 r86 122 122 int value=0, bool obl=false); 123 123 124 ///Add a new floating type option124 ///Add a new floating point type option 125 125 126 126 ///\param name The name of the option. The leading '-' must be omitted. … … 297 297 298 298 ///This is the type of the return value of ArgParser::operator[](). 299 ///It automatically converts to int, double, bool or std::string , if it300 /// match the type of the option, otherwise it throws an exception.299 ///It automatically converts to int, double, bool or std::string if 300 ///the type of the option matches, otherwise it throws an exception. 301 301 ///(i.e. it performs runtime type checking). 302 302 class RefType
Note: See TracChangeset
for help on using the changeset viewer.