class OmFloatNode
|
The float final node structure. More... |
|
|
Public Members
Protected Members
Detailed Description
The float final node structure.
This class provides a specialization of OmFinalNode to implement the Float node construction.
This corresponds to a double precision floating-point number following the IEEE754-1985 standard.
This is encoded as <OMF dec="decimal_representation"/> or <OMF hex="hexadecimal_representation"/>
The list of children must always be empty.
explicit OmFloatNode (double value_in=0.0)
|
Constructor (can be used as default).
[const virtual]
Get the value.
void setValue (double value_in)
|
[virtual]
Set the value.
[protected]
Copy constructor.
[protected virtual]
Destructor.
[protected const virtual]
Implement access to the concrete type.
[protected const virtual]
Implement the deep cloning.
[protected const virtual]
Implement the writing to an output device.
[protected virtual]
Implement the reading from an input device.
Generated by: root@localhost.localdomain on Tue Oct 12 21:02:30 199. |