#include <OCDM.h>
Inheritance diagram for OCDM_ByteSequenceSet:
Public Member Functions | |
OCDM_ByteSequenceSet () | |
OCDM_ByteSequenceSet (const CDM_Object obj) | |
OCDM_ByteSequenceSet (const class OCDM_ByteSequenceSet &obj) | |
OCDM_ByteSequenceSet & | operator= (const class OCDM_Object &obj) |
This is the default assignment operator. | |
OCDM_INDEX_OPERATOR_REF (OCDM_ByteSequence) operator[](const long index) const | |
void | add (const OCDM_ByteSequence &) |
void | add (const char *) |
void | push_back (const OCDM_ByteSequence &obj) |
void | push_back (const char *obj) |
const char * | objectType (void) const |
OCDM_ByteSequenceSet | ( | ) | [inline] |
OCDM_ByteSequenceSet | ( | const CDM_Object | obj | ) | [inline] |
OCDM_ByteSequenceSet | ( | const class OCDM_ByteSequenceSet & | obj | ) | [inline] |
class OCDM_ByteSequenceSet& operator= | ( | const class OCDM_Object & | obj | ) | [inline, virtual] |
obj:
the object to be copied. Reimplemented from OCDM_ByteSequence.
OCDM_INDEX_OPERATOR_REF | ( | OCDM_ByteSequence | ) | const |
void add | ( | const OCDM_ByteSequence & | ) |
void add | ( | const char * | ) |
void push_back | ( | const OCDM_ByteSequence & | obj | ) | [inline] |
void push_back | ( | const char * | obj | ) | [inline] |
const char* objectType | ( | void | ) | const [inline, virtual] |
This method returns the type of the object as a string.
Reimplemented from OCDM_ByteSequence.