|
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 |
| typedef T command_line::arg_descriptor< T, false, true >::value_type |
| T command_line::arg_descriptor< T, false, true >::default_value |
| std::function<T(bool, bool, T)> command_line::arg_descriptor< T, false, true >::depf |
| const char* command_line::arg_descriptor< T, false, true >::description |
| const char* command_line::arg_descriptor< T, false, true >::name |
| bool command_line::arg_descriptor< T, false, true >::not_use_default |
| const arg_descriptor<bool, false>& command_line::arg_descriptor< T, false, true >::ref |