Electroneum
Public Types | Public Attributes | List of all members
command_line::arg_descriptor< T, false, true, NUM_DEPS > Struct Template Reference

#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
 

Member Typedef Documentation

◆ value_type

template<typename T , int NUM_DEPS>
typedef T command_line::arg_descriptor< T, false, true, NUM_DEPS >::value_type

Member Data Documentation

◆ default_value

template<typename T , int NUM_DEPS>
T command_line::arg_descriptor< T, false, true, NUM_DEPS >::default_value

◆ depf

template<typename T , int NUM_DEPS>
std::function<T(std::array<bool, NUM_DEPS>, bool, T)> command_line::arg_descriptor< T, false, true, NUM_DEPS >::depf

◆ description

template<typename T , int NUM_DEPS>
const char* command_line::arg_descriptor< T, false, true, NUM_DEPS >::description

◆ name

template<typename T , int NUM_DEPS>
const char* command_line::arg_descriptor< T, false, true, NUM_DEPS >::name

◆ not_use_default

template<typename T , int NUM_DEPS>
bool command_line::arg_descriptor< T, false, true, NUM_DEPS >::not_use_default

◆ ref

template<typename T , int NUM_DEPS>
std::array<const arg_descriptor<bool, false> *, NUM_DEPS> command_line::arg_descriptor< T, false, true, NUM_DEPS >::ref

The documentation for this struct was generated from the following file: