EndArray Class Reference

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

(Note that these are not member symbols.)

EndArraytoEndArray (Node *node)
 Casts a generic node to a EndArray node.
const EndArraytoEndArray (const Node *node)
 Casts a generic node to a EndArray node.
EndArraytoEndArray (Node &node)
 Casts a generic node to a EndArray node.
const EndArraytoEndArray (const Node &node)
 Casts a generic node to a EndArray node.