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