StartObject Class Reference

#include <Pt/Json/StartObject.h>

Represents the start of an object.

Inherits Node.

Public Member Functions

 StartObject ()
 Constructor.
Type type () const
 Returns the type of the node.

(Note that these are not member symbols.)

StartObjecttoStartObject (Node *node)
 Casts a generic node to a StartObject node.
const StartObjecttoStartObject (const Node *node)
 Casts a generic node to a StartObject node.
StartObjecttoStartObject (Node &node)
 Casts a generic node to a StartObject node.
const StartObjecttoStartObject (const Node &node)
 Casts a generic node to a StartObject node.