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.
 

Related Functions

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.