class OmStringNode

The string final node structure. More...

Definition#include <OmStringNode.h>
InheritsOmFinalNode
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Members

Protected Members


Detailed Description

The string final node structure.

This class provides a specialization of OmFinalNode to implement the String node construction. This corresponds to a zero-terminated C string of 8 bits characters. This is encoded as <OMSTR> representation </OMSTR> The list of children must always be empty.

explicit OmStringNode (const char * buffer_in="")

Constructor (can be used as default).

const char * getBuffer ()
[const virtual]

Get the buffer.

void setBuffer (const char * buffer_in)
[virtual]

Set the buffer.

OmStringNode (const OmStringNode & other_in)
[protected]

Copy constructor.

~OmStringNode ()
[protected virtual]

Destructor.

OmType typeImp ()
[protected const virtual]

Implement access to the concrete type.

OmNode * cloneImp ()
[protected const virtual]

Implement the deep cloning.

void writeImp (OmOutputDevice & output_in)
[protected const virtual]

Implement the writing to an output device.

void readImp (OmInputDevice & input_in)
[protected virtual]

Implement the reading from an input device.


Generated by: root@localhost.localdomain on Tue Oct 12 21:02:30 199.