class OmFloatNode

The float final node structure. More...

Definition#include <OmHeaders.h>
InheritsOmFinalNode
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

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).

double getValue ()
[const virtual]

Get the value.

void setValue (double value_in)
[virtual]

Set the value.

OmFloatNode (const OmFloatNode & other_in)
[protected]

Copy constructor.

~OmFloatNode ()
[protected virtual]

Destructor.

OmType typeImp ()
[protected const virtual]

Implement access to the concrete type.

OmNode * cloneImp ()
[protected const virtual]

Implement the deep cloning.

void writeImp (OmOutputDevice & output_in)
[protected const virtual]

Implement the writing to an output device.

void readImp (OmInputDevice & input_in)
[protected virtual]

Implement the reading from an input device.


Generated by: root@localhost.localdomain on Tue Oct 12 21:02:30 199.