|
Public Member Functions |
| OCDM_Span () |
| OCDM_Span (const CDM_Object obj) |
| OCDM_Span (const class OCDM_Span &obj) |
| OCDM_Span (const long start, const long end) |
| This function will create a Span object having the start and end values defined in the parameters.
|
OCDM_Span & | operator= (const class OCDM_Object &obj) |
| This is the default assignment operator.
|
long | GetStart (void) const |
| This function returns the start of the span object in use.
|
long | GetEnd (void) const |
| This function returns the end of the span object in use.
|
int | GetSpanOffsets (long &start, long &end) const |
const char * | objectType (void) const |