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