|
Public Member Functions |
| OCDM_RawData () |
| OCDM_RawData (const CDM_Object obj) |
| OCDM_RawData (const class OCDM_RawData &obj) |
| OCDM_RawData (const char *str) |
| This is the main constructor of the OCDM_RawData class.
|
| OCDM_RawData (const char *str, const int len) |
| This is the main constructor of the OCDM_RawData class.
|
OCDM_RawData & | operator= (const class OCDM_Object &obj) |
| This is the default assignment operator.
|
void | Set (const char *str) |
| Set the object to hold a particular string.
|
void | Set (const char *str, const int len) |
| Set the object to hold a particular string.
|
long | length (void) const |
| This function returns the number of characters contained in the object.
|
OCDM_BOOL | toUpper (void) const |
| Changes every character in the object to upper-case.
|
OCDM_BOOL | toLower (void) const |
| Changes every character in the object to upper-case.
|
OCDM_BOOL | toTitle (void) const |
| Changes every character in the object to upper-case.
|
const char * | objectType (void) const |