library of assembled shared sources |
http://lass.cocamware.com |
#include <arg_parser.h>
Data Fields | |
std::string | shortName |
short name of ArgFlag or ArgValue | |
std::string | longName |
long name of ArgFlag or ArgValue | |
std::string | description |
set description of value, unused by ArgFlag | |
int | argMode |
set argument mode for value, unused by ArgFlag | |
bool | hasDefault |
set true if ArgValue has default value, unused by ArgFlag | |
std::string | defaultValue |
only valid if hasDefault is true, unused by ArgFlag |
Definition at line 84 of file arg_parser.h.
std::string lass::io::ArgFormat::shortName |
std::string lass::io::ArgFormat::longName |
std::string lass::io::ArgFormat::description |
set argument mode for value, unused by ArgFlag
Definition at line 89 of file arg_parser.h.
Referenced by lass::io::ArgValue< T >::ArgValue().
set true if ArgValue has default value, unused by ArgFlag
Definition at line 90 of file arg_parser.h.
Referenced by lass::io::ArgValue< T >::ArgValue().
std::string lass::io::ArgFormat::defaultValue |
only valid if hasDefault is true, unused by ArgFlag
Definition at line 91 of file arg_parser.h.
Referenced by lass::io::ArgValue< T >::ArgValue().
Generated on Mon Nov 10 14:22:09 2008 for Library of Assembled Shared Sources by 1.5.7.1 |