#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 | |
| String * | toString (Node *node) |
| Casts a generic node to a string node. | |
| const String * | toString (const Node *node) |
| Casts a generic node to a string node. | |
| String & | toString (Node &node) |
| Casts a generic node to a string node. | |
| const String & | toString (const Node &node) |
| Casts a generic node to a string node. | |