class OmByteArrayNode

The byte array final node structure. More...

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

Public Members

Protected Members


Detailed Description

The byte array final node structure.

This class provides a specialization of OmFinalNode to implement the ByteArray node construction. This corresponds to a sequence of characters that is a base 64 encoding of the data. This is encoded as <OMB> representation </OMB> The list of children must always be empty.

OmByteArrayNode ()

Default constructor.

OmByteArrayNode (const char * buffer_in, unsigned int length_in)

Constructor (can be used as default).

void getBuffer (const char *& buffer_out, unsigned int & length_out)
[const virtual]

Get the buffer with its length.

void setBufferLength (const char * buffer_in, unsigned int length_in)
[virtual]

Set the buffer with its length.

OmByteArrayNode (const OmByteArrayNode & other_in)
[protected]

Copy constructor.

~OmByteArrayNode ()
[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.