Null Class Reference

#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.

(Note that these are not member symbols.)

NulltoNull (Node *node)
 Casts a generic node to a null node.
const NulltoNull (const Node *node)
 Casts a generic node to a null node.
NulltoNull (Node &node)
 Casts a generic node to a null node.
const NulltoNull (const Node &node)
 Casts a generic node to a null node.