EndObject Class Reference

#include <Pt/Json/EndObject.h>

Represents the end of an object.

Inherits Node.

Public Member Functions

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

Related Functions

EndObjecttoEndObject (Node *node)
 Casts a generic node to a EndObject node.
 
const EndObjecttoEndObject (const Node *node)
 Casts a generic node to a EndObject node.
 
EndObjecttoEndObject (Node &node)
 Casts a generic node to a EndObject node.
 
const EndObjecttoEndObject (const Node &node)
 Casts a generic node to a EndObject node.