Boolean Class Reference

#include <Pt/Json/Boolean.h>

Represents a boolean.

Inherits Node.

Public Member Functions

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

(Note that these are not member symbols.)

BooleantoBoolean (Node *node)
 Casts a generic node to a boolean node.
const BooleantoBoolean (const Node *node)
 Casts a generic node to a boolean node.
BooleantoBoolean (Node &node)
 Casts a generic node to a boolean node.
const BooleantoBoolean (const Node &node)
 Casts a generic node to a boolean node.