#include <OCDM.h>
Inheritance diagram for OCDM_SpanSet:
Public Member Functions | |
OCDM_SpanSet () | |
OCDM_SpanSet (const CDM_Object obj) | |
OCDM_SpanSet (const class OCDM_SpanSet &obj) | |
OCDM_SpanSet (const long start, const long end) | |
This function will create a new SpanSet object. | |
OCDM_SpanSet & | operator= (const class OCDM_Object &obj) |
This is the default assignment operator. | |
OCDM_INDEX_OPERATOR_REF (OCDM_Span) operator[](const long index) const | |
void | AddSpan (const OCDM_Span &Span) |
It appends the given Span to the Span set object in use. | |
const char * | objectType (void) const |
|
|
|
|
|
|
|
|
|
|
|
This method returns the type of the object as a string. Reimplemented from OCDM_Object. |
|
|
|
Reimplemented from OCDM_Object. |