| << ValueGMT |
| ValueFloat >> |
|
A signed integer.
From ValueNumericSimple, this inherits the special attributs "minimum" and "maximum".
Immediate super class: ValueInteger
| signed_t | value |
| int | Object:: | class_id |
| int | Object:: | heap_sig |
| int | Object:: | ref_count |
| UserData | Object:: | user_data |
| CrlValueSigned | (signed_t) | |||
| 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 | ||
| Value * | find_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 | ||
| 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 | (signed_t & result) const | ||
| Value * | get | () | ||
| Value const * | get | () const | ||
| bool | get | (float_t & result) const | ||
| bool | get | (unsigned_t & result) 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 | ||
| bool | poke | (Value * value) | ||
| bool | poke | (unsigned_t value) | ||
| bool | poke_once | (Value * value) | ||
| bool | poke_once | (unsigned_t value) | ||
| bool | poke_once_signed | (signed_t value) | ||
| bool | poke_signed | (signed_t value) | ||
| void | set_value | (signed_t) | ||
| signed_t | value | () const |
| C++: | crl_signed_t CrlValueSigned::value () const |
| C: | crl_signed_t crl_value_signed_get_value (crl_value_signed_t const * self) |
Reader of slot 'value': The number.
To write this slot, use set_value().
This reader must not be invoked with this == NULL.
#endif |
| C++: | void CrlValueSigned::set_value (crl_signed_t) |
| C: | void crl_value_signed_set_value (crl_value_signed_t * self, crl_signed_t) |
Writer of slot 'value': The number.
To read this slot, use set_value().
This writer must not be invoked with this == NULL.
#endif |
| C++: | CrlValueSigned::CrlValueSigned (crl_signed_t) |
| C: | crl_value_signed_t * crl_value_signed_new (crl_signed_t) |
#endif |
| C++: | CrlValue * CrlValueSigned::find_sym (crl_symbol_t key) const |
| C: | crl_value_t * crl_value_signed_find_sym (crl_value_signed_t const * self, crl_symbol_t key) |
inherit
#endif |
| C++: | bool CrlValueSigned::has_sym (crl_symbol_t key) const |
| C: | crl_bool_t crl_value_signed_has_sym (crl_value_signed_t const * self, crl_symbol_t key) |
#endif |
| C++: | bool CrlValueSigned::is_special_sym (crl_symbol_t key) const |
| C: | crl_bool_t crl_value_signed_is_special_sym (crl_value_signed_t const * self, crl_symbol_t key) |
#endif |
| C++: | bool CrlValueSigned::get (crl_signed_t & result) const |
| C: | crl_bool_t crl_value_signed_get_signed (crl_signed_t * result, crl_value_signed_t const * self) |
native
#endif |
| C++: | bool CrlValueSigned::invalidate () |
| C: | crl_bool_t crl_value_signed_invalidate (crl_value_signed_t * self) |
#endif |
| C++: | bool CrlValueSigned::is_valid () const |
| C: | crl_bool_t crl_value_signed_is_valid (crl_value_signed_t const * self) |
#endif |
| C++: | bool CrlValueSigned::is_valid_special () const |
| C: | crl_bool_t crl_value_signed_is_valid_special (crl_value_signed_t const * self) |
#endif |
| C++: | bool CrlValueSigned::poke_once_signed (crl_signed_t value) |
| C: | crl_bool_t crl_value_signed_poke_once_signed (crl_value_signed_t * self, crl_signed_t value) |
#endif |
| C++: | bool CrlValueSigned::poke_signed (crl_signed_t value) |
| C: | crl_bool_t crl_value_signed_poke_signed (crl_value_signed_t * self, crl_signed_t value) |
#endif |
| C++: | CrlValue * CrlValueSigned::get () |
| C: | crl_value_t * crl_value_signed_get (crl_value_signed_t * self) |
self
#endif |
| C++: | CrlValue const * CrlValueSigned::get () const |
| C: | crl_value_t const * crl_value_signed_get_const (crl_value_signed_t const * self) |
#endif |
| C++: | CrlValue * CrlValueSigned::find (char const * key) const |
| C: | crl_value_t * crl_value_signed_find (crl_value_signed_t const * self, char const * key) |
wrap
< Value * find_sym (symbol_t key) const
#endif |
| C++: | bool CrlValueSigned::find (crl_float_t & result, char const * key) const |
| C: | crl_bool_t crl_value_signed_find_float (crl_float_t * result, crl_value_signed_t const * self, char const * key) |
< Value * find_sym (symbol_t key) const
#endif |
| C++: | bool CrlValueSigned::find (crl_float_t & result, CrlValue const * key) const |
| C: | crl_bool_t crl_value_signed_find_float_val (crl_float_t * result, crl_value_signed_t const * self, crl_value_t const * key) |
< Value * find_sym (symbol_t key) const
#endif |
| C++: | bool CrlValueSigned::find (crl_signed_t & result, char const * key) const |
| C: | crl_bool_t crl_value_signed_find_signed (crl_signed_t * result, crl_value_signed_t const * self, char const * key) |
< Value * find_sym (symbol_t key) const
#endif |
| C++: | bool CrlValueSigned::find (crl_signed_t & result, CrlValue const * key) const |
| C: | crl_bool_t crl_value_signed_find_signed_val (crl_signed_t * result, crl_value_signed_t const * self, crl_value_t const * key) |
< Value * find_sym (symbol_t key) const
#endif |
| C++: | bool CrlValueSigned::find (crl_unsigned_t & result, char const * key) const |
| C: | crl_bool_t crl_value_signed_find_unsigned (crl_unsigned_t * result, crl_value_signed_t const * self, char const * key) |
< Value * find_sym (symbol_t key) const
#endif |
| C++: | bool CrlValueSigned::find (crl_unsigned_t & result, CrlValue const * key) const |
| C: | crl_bool_t crl_value_signed_find_unsigned_val (crl_unsigned_t * result, crl_value_signed_t const * self, crl_value_t const * key) |
< Value * find_sym (symbol_t key) const
#endif |
| C++: | CrlValue * CrlValueSigned::find (CrlValue const * key) const |
| C: | crl_value_t * crl_value_signed_find_val (crl_value_signed_t const * self, crl_value_t const * key) |
< Value * find_sym (symbol_t key) const
#endif |
| C++: | bool CrlValueSigned::find_bool (char const * key) const |
| C: | crl_bool_t crl_value_signed_find_bool (crl_value_signed_t const * self, char const * key) |
< Value * find_sym (symbol_t key) const
#endif |
| C++: | bool CrlValueSigned::find_bool (CrlValue const * key) const |
| C: | crl_bool_t crl_value_signed_find_bool_val (crl_value_signed_t const * self, crl_value_t const * key) |
< Value * find_sym (symbol_t key) const
#endif |
| C++: | bool CrlValueSigned::find_bool_sym (crl_symbol_t key) const |
| C: | crl_bool_t crl_value_signed_find_bool_sym (crl_value_signed_t const * self, crl_symbol_t key) |
< Value * find_sym (symbol_t key) const
#endif |
| C++: | crl_byte_t CrlValueSigned::find_byte (char const * key) const |
| C: | crl_byte_t crl_value_signed_find_byte (crl_value_signed_t const * self, char const * key) |
< Value * find_sym (symbol_t key) const
#endif |
| C++: | crl_byte_t CrlValueSigned::find_byte (CrlValue const * key) const |
| C: | crl_byte_t crl_value_signed_find_byte_val (crl_value_signed_t const * self, crl_value_t const * key) |
< Value * find_sym (symbol_t key) const
#endif |
| C++: | crl_byte_t CrlValueSigned::find_byte_sym (crl_symbol_t key) const |
| C: | crl_byte_t crl_value_signed_find_byte_sym (crl_value_signed_t const * self, crl_symbol_t key) |
< Value * find_sym (symbol_t key) const
#endif |
| C++: | int CrlValueSigned::find_int (char const * key) const |
| C: | int crl_value_signed_find_int (crl_value_signed_t const * self, char const * key) |
< Value * find_sym (symbol_t key) const
#endif |
| C++: | int CrlValueSigned::find_int (CrlValue const * key) const |
| C: | int crl_value_signed_find_int_val (crl_value_signed_t const * self, crl_value_t const * key) |
< Value * find_sym (symbol_t key) const
#endif |
| C++: | int CrlValueSigned::find_int_sym (crl_symbol_t key) const |
| C: | int crl_value_signed_find_int_sym (crl_value_signed_t const * self, crl_symbol_t key) |
< Value * find_sym (symbol_t key) const
#endif |
| C++: | CrlItem * CrlValueSigned::find_item (char const * key) const |
| C: | crl_item_t * crl_value_signed_find_item (crl_value_signed_t const * self, char const * key) |
< Value * find_sym (symbol_t key) const
#endif |
| C++: | CrlItem * CrlValueSigned::find_item (CrlValue const * key) const |
| C: | crl_item_t * crl_value_signed_find_item_val (crl_value_signed_t const * self, crl_value_t const * key) |
< Value * find_sym (symbol_t key) const
#endif |
| C++: | CrlItem * CrlValueSigned::find_item_sym (crl_symbol_t key) const |
| C: | crl_item_t * crl_value_signed_find_item_sym (crl_value_signed_t const * self, crl_symbol_t key) |
< Value * find_sym (symbol_t key) const
#endif |
| C++: | char const * CrlValueSigned::find_string (char const * key) const |
| C: | char const * crl_value_signed_find_string (crl_value_signed_t const * self, char const * key) |
< Value * find_sym (symbol_t key) const
#endif |
| C++: | char const * CrlValueSigned::find_string (CrlValue const * key) const |
| C: | char const * crl_value_signed_find_string_val (crl_value_signed_t const * self, crl_value_t const * key) |
< Value * find_sym (symbol_t key) const
#endif |
| C++: | char const * CrlValueSigned::find_string_sym (crl_symbol_t key) const |
| C: | char const * crl_value_signed_find_string_sym (crl_value_signed_t const * self, crl_symbol_t key) |
< Value * find_sym (symbol_t key) const
#endif |
| C++: | bool CrlValueSigned::find_sym (crl_float_t & result, crl_symbol_t key) const |
| C: | crl_bool_t crl_value_signed_find_float_sym (crl_float_t * result, crl_value_signed_t const * self, crl_symbol_t key) |
< Value * find_sym (symbol_t key) const
#endif |
| C++: | bool CrlValueSigned::find_sym (crl_signed_t & result, crl_symbol_t key) const |
| C: | crl_bool_t crl_value_signed_find_signed_sym (crl_signed_t * result, crl_value_signed_t const * self, crl_symbol_t key) |
< Value * find_sym (symbol_t key) const
#endif |
| C++: | bool CrlValueSigned::find_sym (crl_unsigned_t & result, crl_symbol_t key) const |
| C: | crl_bool_t crl_value_signed_find_unsigned_sym (crl_unsigned_t * result, crl_value_signed_t const * self, crl_symbol_t key) |
< Value * find_sym (symbol_t key) const
#endif |
| C++: | crl_symbol_t CrlValueSigned::find_symbol (char const * key) const |
| C: | crl_symbol_t crl_value_signed_find_symbol (crl_value_signed_t const * self, char const * key) |
< Value * find_sym (symbol_t key) const
#endif |
| C++: | crl_symbol_t |