, including all inherited members.
| ARRAY enum value | Value | |
| Base | Value | [protected] |
| base() const | Value | [inline, virtual] |
| base(const int base) | Value | [virtual] |
| clone() const | String | [inline, virtual] |
| compare(const Value &value) const | String | [virtual] |
| DATE_TIME enum value | Value | |
| Digits | Value | [protected] |
| digits() const | Value | [inline] |
| digits(const int digits) | Value | [inline] |
| ID | Value | [static] |
| IDENTIFIER enum value | Value | |
| INTEGER enum value | Value | |
| integer_to_string(const Integer_type value, const bool is_signed=SIGNED, const int base=10, const int digits=0) | Value | [static] |
| Integer_type typedef | Value | |
| is_Array() const | Value | [inline, virtual] |
| is_Date_Time() const | String | [inline, virtual] |
| is_Identifier() const | String | [inline, virtual] |
| is_Integer() const | Value | [inline, virtual] |
| is_Numeric() const | Value | [inline, virtual] |
| is_Real() const | Value | [inline, virtual] |
| is_Sequence() const | Value | [inline, virtual] |
| is_Set() const | Value | [inline, virtual] |
| is_signed() const | Value | [inline, virtual] |
| is_signed(const bool signedness) | Value | [inline, virtual] |
| is_String() const | String | [inline, virtual] |
| is_Symbol() const | String | [inline, virtual] |
| is_Text() const | String | [inline, virtual] |
| MAX_BASE enum value | Value | |
| MIN_BASE enum value | Value | |
| nearest_units() const | Value | |
| NUMERIC enum value | Value | |
| operator int() const | String | [inline, virtual] |
| operator Integer_type() const | String | [virtual] |
| operator Real_type() const | String | [virtual] |
| operator String_type() const | String | [inline, virtual] |
| operator unsigned int() const | Value | [inline] |
| operator Unsigned_Integer_type() const | Value | [inline] |
| operator!=(const Value &value) const | Value | [inline] |
| operator+(const Value &value) const | String | |
| operator+=(const Value &value) | String | [virtual] |
| operator<(const Value &value) const | Value | [inline] |
| operator<=(const Value &value) const | Value | [inline] |
| operator=(const Value &value) | String | [virtual] |
| operator=(const int value) | String | [inline, virtual] |
| operator=(const unsigned int value) | String | [virtual] |
| operator=(const Integer_type value) | String | [virtual] |
| operator=(const Real_type value) | String | [virtual] |
| operator=(const String_type &value) | String | [virtual] |
| operator=(const char *value) | String | [virtual] |
| operator==(const Value &value) const | Value | [inline] |
| operator>(const Value &value) const | Value | [inline] |
| operator>=(const Value &value) const | Value | [inline] |
| operator[](unsigned int index) | Value | [virtual] |
| operator[](unsigned int index) const | Value | [virtual] |
| parent() const | Value | [inline] |
| Parent | Value | [protected] |
| print(std::ostream &out) const | Value | [inline] |
| read(std::istream &in=std::cin) | Value | |
| read(Parser &parser) | Value | |
| REAL enum value | Value | |
| real_to_string(const Real_type value, std::ios::fmtflags format=std::ios::showpoint, unsigned int precision=0) | Value | [static] |
| Real_type typedef | Value | |
| root() const | Value | |
| SEQUENCE enum value | Value | |
| SET enum value | Value | |
| SIGNED | Value | |
| STRING enum value | Value | |
| String(const String_type &datum="") | String | |
| String(const String_type &datum, const Type type) | String | |
| String(const Integer_type datum, const bool is_signed=SIGNED, const int base=10, const int digits=0) | String | |
| String(const int datum, const bool is_signed=SIGNED, const int base=10, const int digits=0) | String | |
| String(const unsigned int datum, const bool is_signed=UNSIGNED, const int base=10, const int digits=0) | String | |
| String(const Real_type datum, const int digits=0) | String | |
| String(const String &value) | String | |
| String(const Value &value) | String | |
| string_numeric_base(const std::string &value) | Value | [static] |
| string_to_integer(const std::string &value, const int base=0) | Value | [static] |
| string_to_real(const std::string &value) | Value | [static] |
| String_type typedef | Value | |
| SYMBOL enum value | Value | |
| TEXT enum value | Value | |
| type() const | String | [inline, virtual] |
| type(const Type type_code) | String | |
| type(String_type &characters) | String | [static] |
| idaeim::PVL::Value::type(const Type type_code) | Value | [virtual] |
| Type enum name | Value | |
| type_name() const | String | [inline, virtual] |
| idaeim::PVL::Value::type_name(const Type type_code) | Value | [static] |
| units() const | Value | [inline] |
| units(const std::string &units) | Value | [inline] |
| Units | Value | [protected] |
| UNSIGNED | Value | [static] |
| Unsigned_Integer_type typedef | Value | |
| Value(const std::string &units="", const int digits=0, const int base=10) | Value | [inline] |
| Value(const int digits, const int base=10) | Value | [inline, explicit] |
| Value(const Value &value) | Value | [inline] |
| write(std::ostream &out=std::cout, int depth=-1) const | Value | |
| ~Value() | Value | [inline, virtual] |