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