#include <Pt/Json/Null.h>
Represents a null value.
Inherits Node.
Public Member Functions | |
| Null () | |
| Constructor. | |
| Type | type () const |
| Returns the type of the node. | |
Related Functions | |
| Null * | toNull (Node *node) |
| Casts a generic node to a null node. | |
| const Null * | toNull (const Node *node) |
| Casts a generic node to a null node. | |
| Null & | toNull (Node &node) |
| Casts a generic node to a null node. | |
| const Null & | toNull (const Node &node) |
| Casts a generic node to a null node. | |