mrdocs::dom::DefaultObjectImpl

The default Object implementation.

Synopsis

Declared in <mrdocs/Dom/Object.hpp>

class DefaultObjectImpl
    : public ObjectImpl

Base Classes

NameDescription
ObjectImplAbstract object interface.

Type Aliases

NameDescription
reference A reference to an element.
storage_type The type of storage used by the default implementation.

Member Functions

NameDescription
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