|
|
The binding node structure.
This class provides a specialization of OmNode to implement the binding node construction. This corresponds to a binder B on a sequence of bound variables V[0..n] and a bound object X. This is encoded as <OMBIND> B <OMBVAR> V0 ... Vn </OMBVAR> X </OMBIND> The list of children must represent the enclosed sequence of <B, V0, ..., Vn, X>.
OmBindingNode () |
Default constructor.
OmBindingNode (const OmBindingNode & other_in) |
Copy constructor.
~OmBindingNode () |
Destructor.
OmType typeImp () |
Implement access to the concrete type.
OmNode * cloneImp () |
Implement the deep cloning.
void writeImp (OmOutputDevice & output_in) |
Implement the writing to an output device.
void readImp (OmInputDevice & input_in) |
Implement the reading from an input device.
Generated by: root@localhost.localdomain on Tue Oct 12 21:02:30 199. |