class OmVariableNode
|
The variable final node structure. More... |
|
|
Public Members
Protected Members
Detailed Description
The variable final node structure.
This class provides a specialization of OmFinalNode to implement the Variable node construction.
This corresponds to a basically named element.
This is encoded as <OMV name="representation"/>
The list of children must always be empty.
explicit OmVariableNode (const char * name_in="")
|
Constructor (can be used as default).
- Precondition: ~ NullPointer(name_in)
[const virtual]
Get the name.
void setName (const char * name_in)
|
[virtual]
Set the name.
- Precondition: ~ NullPointer(name_in)
[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.
Generated by: root@localhost.localdomain on Tue Oct 12 21:02:30 199. |