33#include <Pt/Json/Api.h>
34#include <Pt/Json/Node.h>
52 inline static const Node::Type nodeId()
53 {
return Node::Null; }
62 return nodeCast<Null>(node);
71 return nodeCast<Null>(node);
80 return nodeCast<Null>(node);
89 return nodeCast<Null>(node);
Node(Type type)
Constructs a new Node object with the specified node type.
Definition Node.h:83
Null()
Constructor.
Definition Null.h:47
const Null * toNull(const Node *node)
Casts a generic node to a null node.
Definition Null.h:69
Null & toNull(Node &node)
Casts a generic node to a null node.
Definition Null.h:78
Null * toNull(Node *node)
Casts a generic node to a null node.
Definition Null.h:60
const Null & toNull(const Node &node)
Casts a generic node to a null node.
Definition Null.h:87
Read and write JSON ducuments.
Core module.
Definition Allocator.h:33