#include <Pt/Json/EndObject.h>
Represents the end of an object.
Inherits Node.
Public Member Functions | |
| EndObject () | |
| Constructor. | |
| Type | type () const |
| Returns the type of the node. | |
Related Functions | |
| EndObject * | toEndObject (Node *node) |
| Casts a generic node to a EndObject node. | |
| const EndObject * | toEndObject (const Node *node) |
| Casts a generic node to a EndObject node. | |
| EndObject & | toEndObject (Node &node) |
| Casts a generic node to a EndObject node. | |
| const EndObject & | toEndObject (const Node &node) |
| Casts a generic node to a EndObject node. | |