OCDM_ByteSequenceSet Class Reference

Class for representing a set of UTF-8 strings. More...

#include <OCDM.h>

Inheritance diagram for OCDM_ByteSequenceSet:

OCDM_ByteSequence OCDM_Object List of all members.

Public Member Functions

 OCDM_ByteSequenceSet ()
 OCDM_ByteSequenceSet (const CDM_Object obj)
 OCDM_ByteSequenceSet (const class OCDM_ByteSequenceSet &obj)
OCDM_ByteSequenceSetoperator= (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

Detailed Description

Note:
This class is identical to OCDM_RawDataSet.


Constructor & Destructor Documentation

OCDM_ByteSequenceSet  )  [inline]
 

OCDM_ByteSequenceSet const CDM_Object  obj  )  [inline]
 

OCDM_ByteSequenceSet const class OCDM_ByteSequenceSet obj  )  [inline]
 


Member Function Documentation

void add const char *   ) 
 

void add const OCDM_ByteSequence  ) 
 

const char* objectType void   )  const [inline, virtual]
 

This method returns the type of the object as a string.

Reimplemented from OCDM_ByteSequence.

OCDM_INDEX_OPERATOR_REF OCDM_ByteSequence   )  const
 

class OCDM_ByteSequenceSet& operator= const class OCDM_Object obj  )  [inline, virtual]
 

Description: This is the default sssignment operator. Note that under
languages that do not support operator overloading (i.e. Java, Perl, Python) this operator appears as a plain method named as "set".
Arguments:
  • obj: the object to be copied.
Returns:
This method returns a reference to the current object.

Reimplemented from OCDM_ByteSequence.

void push_back const char *  obj  )  [inline]
 

void push_back const OCDM_ByteSequence obj  )  [inline]
 


Generated on Wed Aug 16 22:32:02 2006 for PythonCDM by  doxygen 1.4.6