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