#include <CmpiString.h>
Public Member Functions | |
CmpiString () | |
Constructor - Empty string. | |
CmpiString (const CmpiString &s) | |
Constructor - Copy consrtuctor. | |
const char * | charPtr () const |
charPtr - get pointer to char* representation | |
CMPIBoolean | equals (const char *str) const |
charPtr - Case sensitive compare | |
CMPIBoolean | equals (const CmpiString &str) const |
CMPIBoolean | equalsIgnoreCase (const char *str) const |
charPtr - Case insensitive compare | |
CMPIBoolean | equalsIgnoreCase (const CmpiString &str) const |
Protected Member Functions | |
CmpiString (CMPIString *c) | |
Constructor - Internal use only. | |
CMPIString * | getEnc () const |
Gets the encapsulated CMPIString. | |
Protected Attributes | |
void * | enc |
Friends | |
class | CmpiBroker |
class | CmpiData |
class | CmpiObjectPath |
class | CmpiInstance |
class | CmpiObject |
class | CmpiArgs |
class | CmpiArrayIdx |
Definition at line 37 of file CmpiString.h.
|
Constructor - Internal use only.
Definition at line 50 of file CmpiString.h. References enc. |
|
Constructor - Empty string.
Definition at line 62 of file CmpiString.h. References enc. |
|
Constructor - Copy consrtuctor.
Definition at line 1063 of file CmpiImpl.cpp. References _CMPIStringFT::clone, enc, _CMPIString::ft, getEnc(), and s. |
|
charPtr - get pointer to char* representation
Definition at line 71 of file CmpiString.h. References getEnc(), and _CMPIString::hdl. Referenced by CmpiData::CmpiData(), equals(), equalsIgnoreCase(), CmpiObjectPath::setClassName(), and CmpiObjectPath::setHostname(). |
|
Definition at line 79 of file CmpiString.h. References charPtr(). |
|
charPtr - Case sensitive compare
Definition at line 77 of file CmpiString.h. References charPtr(). |
|
Definition at line 86 of file CmpiString.h. References charPtr(). |
|
charPtr - Case insensitive compare
Definition at line 84 of file CmpiString.h. References charPtr(). |
|
Gets the encapsulated CMPIString.
Definition at line 56 of file CmpiString.h. References enc. Referenced by charPtr(), and CmpiString(). |
|
Definition at line 43 of file CmpiString.h. |
|
Definition at line 44 of file CmpiString.h. |
|
Definition at line 38 of file CmpiString.h. |
|
Definition at line 39 of file CmpiString.h. |
|
Definition at line 41 of file CmpiString.h. |
|
Definition at line 42 of file CmpiString.h. |
|
Definition at line 40 of file CmpiString.h. |
|
Definition at line 47 of file CmpiString.h. Referenced by CmpiString(), and getEnc(). |