StartArray Class Reference

#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.

(Note that these are not member symbols.)

StartArraytoStartArray (Node *node)
 Casts a generic node to a StartArray node.
const StartArraytoStartArray (const Node *node)
 Casts a generic node to a StartArray node.
StartArraytoStartArray (Node &node)
 Casts a generic node to a StartArray node.
const StartArraytoStartArray (const Node &node)
 Casts a generic node to a StartArray node.