|
Electroneum
|
#include <command_line.h>

Public Types | |
| typedef T | value_type |
Public Attributes | |
| const char * | name |
| const char * | description |
| T | default_value |
| const arg_descriptor< bool, false > & | ref |
| std::function< T(bool, bool, T)> | depf |
| bool | not_use_default |
Definition at line 88 of file command_line.h.
| typedef T command_line::arg_descriptor< T, false, true >::value_type |
Definition at line 90 of file command_line.h.
| T command_line::arg_descriptor< T, false, true >::default_value |
Definition at line 95 of file command_line.h.
| std::function<T(bool, bool, T)> command_line::arg_descriptor< T, false, true >::depf |
Definition at line 98 of file command_line.h.
| const char* command_line::arg_descriptor< T, false, true >::description |
Definition at line 93 of file command_line.h.
| const char* command_line::arg_descriptor< T, false, true >::name |
Definition at line 92 of file command_line.h.
| bool command_line::arg_descriptor< T, false, true >::not_use_default |
Definition at line 100 of file command_line.h.
| const arg_descriptor<bool, false>& command_line::arg_descriptor< T, false, true >::ref |
Definition at line 97 of file command_line.h.