LogIt++
|
This is the complete list of members for logit::VariableValue, including all inherited members.
bool_value | logit::VariableValue | |
char_value | logit::VariableValue | |
double_value | logit::VariableValue | |
duration_units() | logit::VariableValue | inlineprivatestatic |
error_code_value | logit::VariableValue | |
float_value | logit::VariableValue | |
int16_value | logit::VariableValue | |
int32_value | logit::VariableValue | |
int64_value | logit::VariableValue | |
int8_value | logit::VariableValue | |
is_literal | logit::VariableValue | |
is_pod_type(ValueType type) | logit::VariableValue | inlineprivatestatic |
is_valid_literal_name(const std::string &name) | logit::VariableValue | inlineprivatestatic |
long_double_value | logit::VariableValue | |
name | logit::VariableValue | |
operator=(const VariableValue &other) | logit::VariableValue | inline |
pod_value | logit::VariableValue | |
string_value | logit::VariableValue | |
to_string() const | logit::VariableValue | inline |
to_string(const char *fmt) const | logit::VariableValue | inline |
type | logit::VariableValue | |
uint16_value | logit::VariableValue | |
uint32_value | logit::VariableValue | |
uint64_value | logit::VariableValue | |
uint8_value | logit::VariableValue | |
ValueType enum name | logit::VariableValue | |
VariableValue(const std::string &name, T value, typename std::enable_if< std::is_same< T, bool >::value >::type *=nullptr) | logit::VariableValue | inline |
VariableValue(const std::string &name, T value, typename std::enable_if< std::is_same< T, char >::value >::type *=nullptr) | logit::VariableValue | inline |
VariableValue(const std::string &name, const std::string &value) | logit::VariableValue | inlineexplicit |
VariableValue(const std::string &name, const char *value) | logit::VariableValue | inlineexplicit |
VariableValue(const std::string &name, const T &value, typename std::enable_if< std::is_base_of< std::exception, T >::value >::type *=nullptr) | logit::VariableValue | inline |
VariableValue(const std::string &name, const std::error_code &ec) | logit::VariableValue | inlineexplicit |
VariableValue(const std::string &name, T value, typename std::enable_if< std::is_floating_point< T >::value >::type *=nullptr) | logit::VariableValue | inline |
VariableValue(const std::string &name, T value, typename std::enable_if< std::is_integral< T >::value >::type *=nullptr) | logit::VariableValue | inline |
VariableValue(const std::string &name, EnumType value, typename std::enable_if< std::is_enum< EnumType >::value >::type *=0) | logit::VariableValue | inline |
VariableValue(const std::string &name, const std::chrono::duration< Rep, Period > &duration) | logit::VariableValue | inline |
VariableValue(const std::string &name, const std::chrono::time_point< Clock, Duration > &time_point) | logit::VariableValue | inline |
VariableValue(const std::string &name, void *ptr) | logit::VariableValue | inlineexplicit |
VariableValue(const std::string &name, const std::shared_ptr< T > &ptr) | logit::VariableValue | inlineexplicit |
VariableValue(const std::string &name, const std::unique_ptr< T > &ptr) | logit::VariableValue | inlineexplicit |
VariableValue(const VariableValue &other) | logit::VariableValue | inline |
~VariableValue()=default | logit::VariableValue |