|
Electroneum
|
#include <command_line.h>

Public Types | |
| typedef T | value_type |
Public Attributes | |
| const char * | name |
| const char * | description |
| T | default_value |
| bool | not_use_default |
Definition at line 57 of file command_line.h.
| typedef T command_line::arg_descriptor< T, false >::value_type |
Definition at line 59 of file command_line.h.
| T command_line::arg_descriptor< T, false >::default_value |
Definition at line 63 of file command_line.h.
| const char* command_line::arg_descriptor< T, false >::description |
Definition at line 62 of file command_line.h.
| const char* command_line::arg_descriptor< T, false >::name |
Definition at line 61 of file command_line.h.
| bool command_line::arg_descriptor< T, false >::not_use_default |
Definition at line 64 of file command_line.h.