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