mrdocs::dom::DefaultObjectImpl

The default Object implementation.

Synopsis

Declared in <mrdocs/Dom/Object.hpp>

class DefaultObjectImpl
    : public ObjectImpl

Base Classes

Name Description

ObjectImpl

Abstract object interface.

Types

Name

Description

reference

A reference to an element.

storage_type

The type of storage used by the default implementation.

Member Functions

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 [virtual]

visit overloads

Created with MrDocs