LogIt++
Loading...
Searching...
No Matches
logit::VariableValue Member List

This is the complete list of members for logit::VariableValue, including all inherited members.

bool_valuelogit::VariableValue
char_valuelogit::VariableValue
double_valuelogit::VariableValue
duration_units()logit::VariableValueinlineprivatestatic
error_code_valuelogit::VariableValue
float_valuelogit::VariableValue
int16_valuelogit::VariableValue
int32_valuelogit::VariableValue
int64_valuelogit::VariableValue
int8_valuelogit::VariableValue
is_literallogit::VariableValue
is_pod_type(ValueType type)logit::VariableValueinlineprivatestatic
is_valid_literal_name(const std::string &name)logit::VariableValueinlineprivatestatic
long_double_valuelogit::VariableValue
namelogit::VariableValue
operator=(const VariableValue &other)logit::VariableValueinline
pod_valuelogit::VariableValue
string_valuelogit::VariableValue
to_string() constlogit::VariableValueinline
to_string(const char *fmt) constlogit::VariableValueinline
typelogit::VariableValue
uint16_valuelogit::VariableValue
uint32_valuelogit::VariableValue
uint64_valuelogit::VariableValue
uint8_valuelogit::VariableValue
ValueType enum namelogit::VariableValue
VariableValue(const std::string &name, T value, typename std::enable_if< std::is_same< T, bool >::value >::type *=nullptr)logit::VariableValueinline
VariableValue(const std::string &name, T value, typename std::enable_if< std::is_same< T, char >::value >::type *=nullptr)logit::VariableValueinline
VariableValue(const std::string &name, const std::string &value)logit::VariableValueinlineexplicit
VariableValue(const std::string &name, const char *value)logit::VariableValueinlineexplicit
VariableValue(const std::string &name, const T &value, typename std::enable_if< std::is_base_of< std::exception, T >::value >::type *=nullptr)logit::VariableValueinline
VariableValue(const std::string &name, const std::error_code &ec)logit::VariableValueinlineexplicit
VariableValue(const std::string &name, T value, typename std::enable_if< std::is_floating_point< T >::value >::type *=nullptr)logit::VariableValueinline
VariableValue(const std::string &name, T value, typename std::enable_if< std::is_integral< T >::value >::type *=nullptr)logit::VariableValueinline
VariableValue(const std::string &name, EnumType value, typename std::enable_if< std::is_enum< EnumType >::value >::type *=0)logit::VariableValueinline
VariableValue(const std::string &name, const std::chrono::duration< Rep, Period > &duration)logit::VariableValueinline
VariableValue(const std::string &name, const std::chrono::time_point< Clock, Duration > &time_point)logit::VariableValueinline
VariableValue(const std::string &name, void *ptr)logit::VariableValueinlineexplicit
VariableValue(const std::string &name, const std::shared_ptr< T > &ptr)logit::VariableValueinlineexplicit
VariableValue(const std::string &name, const std::unique_ptr< T > &ptr)logit::VariableValueinlineexplicit
VariableValue(const VariableValue &other)logit::VariableValueinline
~VariableValue()=defaultlogit::VariableValue