The default Object implementation.
| Name | Description |
|---|---|
ObjectImpl | Abstract object interface. |
| Name | Description |
|---|---|
reference | A reference to an element. |
storage_type | The type of storage used by the default implementation. |
| Name | Description |
|---|---|
DefaultObjectImpl [constructor] | Constructors |
exists [virtual] | Check whether a key exists in the object. |
get [virtual] | Retrieve a value by key. |
set [virtual] | Set a value by key. |
size [virtual] | Return number of elements stored. |
type_key [virtual] | Return the type key of the implementation. |
visit | visit overloads |