clear_() noexcept | ParamValue | private |
data_ | ParamValue | protected |
DOUBLE_LIST enum value | ParamValue | |
DOUBLE_VALUE enum value | ParamValue | |
doubleToString(double value, bool full_precision=true) | ParamValue | privatestatic |
EMPTY | ParamValue | static |
EMPTY_VALUE enum value | ParamValue | |
INT_LIST enum value | ParamValue | |
INT_VALUE enum value | ParamValue | |
isEmpty() const | ParamValue | inline |
operator double() const | ParamValue | |
operator float() const | ParamValue | |
operator int() const | ParamValue | |
operator long double() const | ParamValue | |
operator long int() const | ParamValue | |
operator long long() const | ParamValue | |
operator short int() const | ParamValue | |
operator std::string() const | ParamValue | |
operator std::vector< double >() const | ParamValue | |
operator std::vector< int >() const | ParamValue | |
operator std::vector< std::string >() const | ParamValue | |
operator unsigned int() const | ParamValue | |
operator unsigned long int() const | ParamValue | |
operator unsigned long long() const | ParamValue | |
operator unsigned short int() const | ParamValue | |
operator!=(const ParamValue &, const ParamValue &) | ParamValue | friend |
operator<(const ParamValue &, const ParamValue &) | ParamValue | friend |
operator<<(std::ostream &, const ParamValue &) | ParamValue | friend |
operator=(const ParamValue &) | ParamValue | |
operator=(ParamValue &&) noexcept | ParamValue | |
operator=(const char *) | ParamValue | |
operator=(const std::string &) | ParamValue | |
operator=(const std::vector< std::string > &) | ParamValue | |
operator=(const std::vector< int > &) | ParamValue | |
operator=(const std::vector< double > &) | ParamValue | |
operator=(const long double) | ParamValue | |
operator=(const double) | ParamValue | |
operator=(const float) | ParamValue | |
operator=(const short int) | ParamValue | |
operator=(const unsigned short int) | ParamValue | |
operator=(const int) | ParamValue | |
operator=(const unsigned) | ParamValue | |
operator=(const long int) | ParamValue | |
operator=(const unsigned long) | ParamValue | |
operator=(const long long) | ParamValue | |
operator=(const unsigned long long) | ParamValue | |
operator==(const ParamValue &, const ParamValue &) | ParamValue | friend |
operator>(const ParamValue &, const ParamValue &) | ParamValue | friend |
ParamValue() | ParamValue | |
ParamValue(const ParamValue &) | ParamValue | |
ParamValue(ParamValue &&) noexcept | ParamValue | |
ParamValue(const char *) | ParamValue | |
ParamValue(const std::string &) | ParamValue | |
ParamValue(const std::vector< std::string > &) | ParamValue | |
ParamValue(const std::vector< int > &) | ParamValue | |
ParamValue(const std::vector< double > &) | ParamValue | |
ParamValue(long double) | ParamValue | |
ParamValue(double) | ParamValue | |
ParamValue(float) | ParamValue | |
ParamValue(short int) | ParamValue | |
ParamValue(unsigned short int) | ParamValue | |
ParamValue(int) | ParamValue | |
ParamValue(unsigned) | ParamValue | |
ParamValue(long int) | ParamValue | |
ParamValue(unsigned long) | ParamValue | |
ParamValue(long long) | ParamValue | |
ParamValue(unsigned long long) | ParamValue | |
STRING_LIST enum value | ParamValue | |
STRING_VALUE enum value | ParamValue | |
toBool() const | ParamValue | |
toChar() const | ParamValue | |
toDoubleVector() const | ParamValue | |
toIntVector() const | ParamValue | |
toString(bool full_precision=true) const | ParamValue | |
toStringVector() const | ParamValue | |
value_type_ | ParamValue | protected |
valueType() const | ParamValue | inline |
ValueType enum name | ParamValue | |
~ParamValue() | ParamValue | |