Float Class Reference

#include <Pt/Json/Float.h>

Represents a float.

Inherits Node.

Public Member Functions

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

(Note that these are not member symbols.)

FloattoFloat (Node *node)
 Casts a generic node to a float node.
const FloattoFloat (const Node *node)
 Casts a generic node to a float node.
FloattoFloat (Node &node)
 Casts a generic node to a float node.
const FloattoFloat (const Node &node)
 Casts a generic node to a float node.