Public Types | |
| enum | { ARG_VOID, ARG_INT, ARG_DOUBLE, ARG_STRING } |
Public Attributes | |
| std::string | m_name |
| std::string | m_altname |
| enum sheep::CommandLineParser::optspec:: { ... } | m_option_handler_arg |
| union { | |
| PointerToMethodTakingVoid m_void_arg | |
| PointerToMethodTakingInt m_int_arg | |
| PointerToMethodTakingDouble m_double_arg | |
| PointerToMethodTakingString m_string_arg | |
| } | m_option_handler |
| PointerToMethodTakingString | m_error_handler |
|
|||||
|
Definition at line 128 of file commandlineparser.h. |
|
|||||
|
Definition at line 127 of file commandlineparser.h. |
|
|||||
|
Definition at line 132 of file commandlineparser.h. |
|
|||||
|
Definition at line 135 of file commandlineparser.h. |
|
|||||
|
Definition at line 131 of file commandlineparser.h. |
|
|||||
|
Definition at line 126 of file commandlineparser.h. |
|
|
|
|
|
|
|
|||||
|
Definition at line 133 of file commandlineparser.h. |
|
|||||
|
Definition at line 130 of file commandlineparser.h. |
1.3.6