String Class Reference

#include <Pt/Json/String.h>

Represents a string.

Inherits Node.

Public Member Functions

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

Related Functions

StringtoString (Node *node)
 Casts a generic node to a string node.
 
const StringtoString (const Node *node)
 Casts a generic node to a string node.
 
StringtoString (Node &node)
 Casts a generic node to a string node.
 
const StringtoString (const Node &node)
 Casts a generic node to a string node.