class OmWStringNode
|
The wstring final node structure. More... |
|
|
Public Members
Protected Members
Detailed Description
The wstring final node structure.
This class provides a specialization of OmFinalNode to implement the WString node construction.
This corresponds to a zero-terminated C string of wide characters.
This is encoded as <OMSTR> representation </OMSTR>
The list of children must always be empty.
explicit OmWStringNode (const wchar_t * buffer_in=L"")
|
Constructor (can be used as default).
- Precondition: ~ NullPointer(buffer_in)
const wchar_t * getBuffer ()
|
[const virtual]
Get the buffer.
void setBuffer (const wchar_t * buffer_in)
|
[virtual]
Set the buffer.
- Precondition: ~ NullPointer(buffer_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.
[protected virtual]
Implement the reading from an input device.
Generated by: root@localhost.localdomain on Tue Oct 12 21:02:30 199. |