mrdocs::dom::ObjectImpl
Abstract object interface.
Synopsis
Declared in <mrdocs/Dom/Object.hpp>
class ObjectImpl;
Types
Name |
Description |
A reference to an element. |
|
The type of storage used by the default implementation. |
Member Functions
Name |
Description |
|
Destructor. |
|
Determine if a key exists. |
|
Return the value for the specified key, or null. |
|
Insert or set the given key/value pair. |
|
Return the number of properties in the object. |
|
Return the type key of the implementation. |
|
Invoke the visitor for each key/value pair. |
Derived Classes
Name |
Description |
The default Object implementation. |
|
Lazy object implementation. |
|
Lazy object implementation. |
Created with MrDocs