class OmIntegerNode
|
The integer final node structure. More... |
|
|
Public Members
Protected Members
Detailed Description
The integer final node structure.
This class provides a specialization of OmFinalNode to implement the Integer node construction.
This corresponds to a built-in 32 bits integer in base 10 or 16.
This is encoded as <OMI> representation </OMI>
The list of children must always be empty.
explicit OmIntegerNode (int value_in=0)
|
Constructor (can be used as default).
[const virtual]
Get the value.
void setValue (int 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. |