class OmComment
|
The comment structure. More... |
|
|
Public Members
- explicit OmComment (const char * buffer_in="")
- virtual OmComment * clone () const
- virtual ~OmComment ()
- virtual const char * getBuffer () const
- virtual void setBuffer (const char * buffer_in)
- virtual void write (OmOutputDevice & output_in) const
- virtual void read (OmInputDevice & input_in)
Protected Members
Detailed Description
The comment structure.
This class provides an implementation of the Comment construction.
This corresponds to a zero-terminated C string of 8 bits characters.
This is encoded as <!-- representation -->
explicit OmComment (const char * buffer_in="")
|
Constructor (can be used as default).
- Precondition: ~ NullPointer(buffer_in)
[const virtual]
Implement the cloning.
[virtual]
Destructor.
const char * getBuffer ()
|
[const virtual]
Get the buffer.
void setBuffer (const char * buffer_in)
|
[virtual]
Set the buffer.
- Precondition: ~ NullPointer(buffer_in)
[const virtual]
Implement the writing to an output device.
[virtual]
Implement the reading from an input device.
[protected]
Copy constructor.
Generated by: root@localhost.localdomain on Tue Oct 12 21:02:30 199. |