|
Electroneum
|
#include <command_line.h>

Public Types | |
| typedef T | value_type |
Public Attributes | |
| const char * | name |
| const char * | description |
| T | default_value |
| std::array< const arg_descriptor< bool, false > *, NUM_DEPS > | ref |
| std::function< T(std::array< bool, NUM_DEPS >, bool, T)> | depf |
| bool | not_use_default |
Definition at line 104 of file command_line.h.
| typedef T command_line::arg_descriptor< T, false, true, NUM_DEPS >::value_type |
Definition at line 106 of file command_line.h.
| T command_line::arg_descriptor< T, false, true, NUM_DEPS >::default_value |
Definition at line 111 of file command_line.h.
| std::function<T(std::array<bool, NUM_DEPS>, bool, T)> command_line::arg_descriptor< T, false, true, NUM_DEPS >::depf |
Definition at line 114 of file command_line.h.
| const char* command_line::arg_descriptor< T, false, true, NUM_DEPS >::description |
Definition at line 109 of file command_line.h.
| const char* command_line::arg_descriptor< T, false, true, NUM_DEPS >::name |
Definition at line 108 of file command_line.h.
| bool command_line::arg_descriptor< T, false, true, NUM_DEPS >::not_use_default |
Definition at line 116 of file command_line.h.
| std::array<const arg_descriptor<bool, false> *, NUM_DEPS> command_line::arg_descriptor< T, false, true, NUM_DEPS >::ref |
Definition at line 113 of file command_line.h.