| << ValueCharArray |
| ValueNumericSimple >> |
|
Numeric values: ints, floats, ranges.
Immediate super class: ValueScalar
Immediate sub classes: ValueNumericSimple, ValueRange
| int | Object:: | class_id |
| int | Object:: | heap_sig |
| int | Object:: | ref_count |
| UserData | Object:: | user_data |
| ValueNumeric * | add | (ValueNumeric const *) const | ||
| ValueNumeric * | add | (AnyValue) const | ||
| Value * | find | (char const * key) const | ||
| bool | find | (float_t & result, char const * key) const | ||
| bool | find | (float_t & result, Value const * key) const | ||
| bool | find | (signed_t & result, char const * key) const | ||
| bool | find | (signed_t & result, Value const * key) const | ||
| bool | find | (unsigned_t & result, char const * key) const | ||
| bool | find | (unsigned_t & result, Value const * key) const | ||
| Value * | find | (Value const * key) const | ||
| bool | find_bool | (char const * key) const | ||
| bool | find_bool | (Value const * key) const | ||
| bool | find_bool_sym | (symbol_t key) const | ||
| byte_t | find_byte | (char const * key) const | ||
| byte_t | find_byte | (Value const * key) const | ||
| byte_t | find_byte_sym | (symbol_t key) const | ||
| int | find_int | (char const * key) const | ||
| int | find_int | (Value const * key) const | ||
| int | find_int_sym | (symbol_t key) const | ||
| Item * | find_item | (char const * key) const | ||
| Item * | find_item | (Value const * key) const | ||
| Item * | find_item_sym | (symbol_t key) const | ||
| char const * | find_string | (char const * key) const | ||
| char const * | find_string | (Value const * key) const | ||
| char const * | find_string_sym | (symbol_t key) const | ||
| bool | find_sym | (float_t & result, symbol_t key) const | ||
| bool | find_sym | (signed_t & result, symbol_t key) const | ||
| Value * | find_sym | (symbol_t key) const | ||
| bool | find_sym | (unsigned_t & result, symbol_t key) const | ||
| symbol_t | find_symbol | (char const * key) const | ||
| symbol_t | find_symbol | (Value const * key) const | ||
| symbol_t | find_symbol_sym | (symbol_t key) const | ||
| word32_t | find_word32 | (char const * key) const | ||
| word32_t | find_word32 | (Value const * key) const | ||
| word32_t | find_word32_sym | (symbol_t key) const | ||
| bool | get | (float_t & result) const | ||
| bool | get | (signed_t & result) const | ||
| bool | get | (unsigned_t & result) const | ||
| Value * | get | () | ||
| Value const * | get | () const | ||
| bool | get_bool | () const | ||
| byte_t | get_byte | () const | ||
| int | get_int | () const | ||
| word32_t | get_word32 | () const | ||
| bool | has | (char const * key) const | ||
| bool | has | (Value const * key) const | ||
| bool | has_sym | (symbol_t key) const | ||
| bool | invalidate | () | ||
| bool | is_special | (char const * key) const | ||
| bool | is_special | (Value const * key) const | ||
| bool | is_special_sym | (symbol_t key) const | ||
| bool | is_valid | () const | ||
| bool | is_valid_special | () const | ||
| ValueNumericSimple * | maximum | () | ||
| ValueNumericSimple const * | maximum | () const | ||
| ValueNumericSimple * | minimum | () | ||
| ValueNumericSimple const * | minimum | () const | ||
| ValueNumeric * | neg | () const | ||
| bool | poke | (Value * value) | ||
| bool | poke | (unsigned_t value) | ||
| bool | poke_float | (float_t value) | ||
| bool | poke_once | (Value * value) | ||
| bool | poke_once | (unsigned_t value) | ||
| bool | poke_once_float | (float_t value) | ||
| bool | poke_once_signed | (signed_t value) | ||
| bool | poke_signed | (signed_t value) | ||
| bool | reset | (char const * key) | ||
| bool | reset | (Value const * key) | ||
| bool | reset_sym | (symbol_t key) | ||
| bool | set | (char const * key, Value * value) | ||
| bool | set | (char const * key, Item * value) | ||
| bool | set | (char const * key, char const * value) | ||
| bool | set | (char const * key, unsigned_t value) | ||
| bool | set | (Value const * key, Value * value) | ||
| bool | set | (Value const * key, Item * value) | ||
| bool | set | (Value const * key, char const * value) | ||
| bool | set | (Value const * key, unsigned_t value) | ||
| bool | set_float | (char const * key, float_t value) | ||
| bool | set_float | (Value const * key, float_t value) | ||
| bool | set_once | (char const * key, Value * value) | ||
| bool | set_once | (char const * key, Item * value) | ||
| bool | set_once | (char const * key, char const * value) | ||
| bool | set_once | (char const * key, unsigned_t value) | ||
| bool | set_once | (Value const * key, Value * value) | ||
| bool | set_once | (Value const * key, Item * value) | ||
| bool | set_once | (Value const * key, char const * value) | ||
| bool | set_once | (Value const * key, unsigned_t value) | ||
| bool | set_once_float | (char const * key, float_t value) | ||
| bool | set_once_float | (Value const * key, float_t value) | ||
| bool | set_once_signed | (char const * key, signed_t value) | ||
| bool | set_once_signed | (Value const * key, signed_t value) | ||
| bool | set_once_sym | (symbol_t key, Value * value) | ||
| bool | set_once_sym | (symbol_t key, Item * value) | ||
| bool | set_once_sym | (symbol_t key, char const * value) | ||
| bool | set_once_sym | (symbol_t key, unsigned_t value) | ||
| bool | set_once_sym_float | (symbol_t key, float_t value) | ||
| bool | set_once_sym_signed | (symbol_t key, signed_t value) | ||
| bool | set_once_sym_symbol | (symbol_t key, symbol_t value) | ||
| bool | set_once_symbol | (char const * key, symbol_t value) | ||
| bool | set_once_symbol | (Value const * key, symbol_t value) | ||
| bool | set_signed | (char const * key, signed_t value) | ||
| bool | set_signed | (Value const * key, signed_t value) | ||
| bool | set_sym | (symbol_t key, Value * value) | ||
| bool | set_sym | (symbol_t key, Item * value) | ||
| bool | set_sym | (symbol_t key, char const * value) | ||
| bool | set_sym | (symbol_t key, unsigned_t value) | ||
| bool | set_sym_float | (symbol_t key, float_t value) | ||
| bool | set_sym_signed | (symbol_t key, signed_t value) | ||
| bool | set_sym_symbol | (symbol_t key, symbol_t value) | ||
| bool | set_symbol | (char const * key, symbol_t value) | ||
| bool | set_symbol | (Value const * key, symbol_t value) | ||
| ValueNumeric * | sub | (ValueNumeric const *) const | ||
| ValueNumeric * | sub | (AnyValue) const | ||
| ValueNumeric * | to_float | () | ||
| ValueNumeric const * | to_float | () const | ||
| ValueNumeric * | to_signed | () | ||
| ValueNumeric const * | to_signed | () const | ||
| ValueNumeric * | to_unsigned | () | ||
| ValueNumeric const * | to_unsigned | () const |
| C++: | CrlValue * CrlValueNumeric::find (char const * key) const |
| C: | crl_value_t * crl_value_numeric_find (crl_value_numeric_t const * self, char const * key) |
inherit
#endif |
| C++: | bool CrlValueNumeric::find (crl_float_t & result, char const * key) const |
| C: | crl_bool_t crl_value_numeric_find_float (crl_float_t * result, crl_value_numeric_t const * self, char const * key) |
#endif |
| C++: | bool CrlValueNumeric::find (crl_float_t & result, CrlValue const * key) const |
| C: | crl_bool_t crl_value_numeric_find_float_val (crl_float_t * result, crl_value_numeric_t const * self, crl_value_t const * key) |
#endif |
| C++: | bool CrlValueNumeric::find (crl_signed_t & result, char const * key) const |
| C: | crl_bool_t crl_value_numeric_find_signed (crl_signed_t * result, crl_value_numeric_t const * self, char const * key) |
#endif |
| C++: | bool CrlValueNumeric::find (crl_signed_t & result, CrlValue const * key) const |
| C: | crl_bool_t crl_value_numeric_find_signed_val (crl_signed_t * result, crl_value_numeric_t const * self, crl_value_t const * key) |
#endif |
| C++: | bool CrlValueNumeric::find (crl_unsigned_t & result, char const * key) const |
| C: | crl_bool_t crl_value_numeric_find_unsigned (crl_unsigned_t * result, crl_value_numeric_t const * self, char const * key) |
#endif |
| C++: | bool CrlValueNumeric::find (crl_unsigned_t & result, CrlValue const * key) const |
| C: | crl_bool_t crl_value_numeric_find_unsigned_val (crl_unsigned_t * result, crl_value_numeric_t const * self, crl_value_t const * key) |
#endif |
| C++: | CrlValue * CrlValueNumeric::find (CrlValue const * key) const |
| C: | crl_value_t * crl_value_numeric_find_val (crl_value_numeric_t const * self, crl_value_t const * key) |
#endif |
| C++: | bool CrlValueNumeric::find_bool (char const * key) const |
| C: | crl_bool_t crl_value_numeric_find_bool (crl_value_numeric_t const * self, char const * key) |
#endif |
| C++: | bool CrlValueNumeric::find_bool (CrlValue const * key) const |
| C: | crl_bool_t crl_value_numeric_find_bool_val (crl_value_numeric_t const * self, crl_value_t const * key) |
#endif |
| C++: | bool CrlValueNumeric::find_bool_sym (crl_symbol_t key) const |
| C: | crl_bool_t crl_value_numeric_find_bool_sym (crl_value_numeric_t const * self, crl_symbol_t key) |
#endif |
| C++: | crl_byte_t CrlValueNumeric::find_byte (char const * key) const |
| C: | crl_byte_t crl_value_numeric_find_byte (crl_value_numeric_t const * self, char const * key) |
#endif |
| C++: | crl_byte_t CrlValueNumeric::find_byte (CrlValue const * key) const |
| C: | crl_byte_t crl_value_numeric_find_byte_val (crl_value_numeric_t const * self, crl_value_t const * key) |
#endif |
| C++: | crl_byte_t CrlValueNumeric::find_byte_sym (crl_symbol_t key) const |
| C: | crl_byte_t crl_value_numeric_find_byte_sym (crl_value_numeric_t const * self, crl_symbol_t key) |
#endif |
| C++: | int CrlValueNumeric::find_int (char const * key) const |
| C: | int crl_value_numeric_find_int (crl_value_numeric_t const * self, char const * key) |
#endif |
| C++: | int CrlValueNumeric::find_int (CrlValue const * key) const |
| C: | int crl_value_numeric_find_int_val (crl_value_numeric_t const * self, crl_value_t const * key) |
#endif |
| C++: | int CrlValueNumeric::find_int_sym (crl_symbol_t key) const |
| C: | int crl_value_numeric_find_int_sym (crl_value_numeric_t const * self, crl_symbol_t key) |
#endif |
| C++: | CrlItem * CrlValueNumeric::find_item (char const * key) const |
| C: | crl_item_t * crl_value_numeric_find_item (crl_value_numeric_t const * self, char const * key) |
#endif |
| C++: | CrlItem * CrlValueNumeric::find_item (CrlValue const * key) const |
| C: | crl_item_t * crl_value_numeric_find_item_val (crl_value_numeric_t const * self, crl_value_t const * key) |
#endif |
| C++: | CrlItem * CrlValueNumeric::find_item_sym (crl_symbol_t key) const |
| C: | crl_item_t * crl_value_numeric_find_item_sym (crl_value_numeric_t const * self, crl_symbol_t key) |
#endif |
| C++: | char const * CrlValueNumeric::find_string (char const * key) const |
| C: | char const * crl_value_numeric_find_string (crl_value_numeric_t const * self, char const * key) |
#endif |
| C++: | char const * CrlValueNumeric::find_string (CrlValue const * key) const |
| C: | char const * crl_value_numeric_find_string_val (crl_value_numeric_t const * self, crl_value_t const * key) |
#endif |
| C++: | char const * CrlValueNumeric::find_string_sym (crl_symbol_t key) const |
| C: | char const * crl_value_numeric_find_string_sym (crl_value_numeric_t const * self, crl_symbol_t key) |
#endif |
| C++: | bool CrlValueNumeric::find_sym (crl_float_t & result, crl_symbol_t key) const |
| C: | crl_bool_t crl_value_numeric_find_float_sym (crl_float_t * result, crl_value_numeric_t const * self, crl_symbol_t key) |
#endif |
| C++: | bool CrlValueNumeric::find_sym (crl_signed_t & result, crl_symbol_t key) const |
| C: | crl_bool_t crl_value_numeric_find_signed_sym (crl_signed_t * result, crl_value_numeric_t const * self, crl_symbol_t key) |
#endif |
| C++: | CrlValue * CrlValueNumeric:: |