#include <cmpi/CmpiString.h>
Public Member Functions | |
CmpiString () | |
CmpiString (const char *s) | |
CmpiString (const CmpiString &s) | |
const char * | charPtr () const |
CmpiBoolean | equals (const char *str) const |
CmpiBoolean | equals (const CmpiString &str) const |
CmpiBoolean | equalsIgnoreCase (const char *str) const |
CmpiBoolean | equalsIgnoreCase (const CmpiString &str) const |
Protected Member Functions | |
CmpiString (CMPIString *c) | |
CMPIString * | getEnc () const |
Protected Attributes | |
void * | enc |
Friends | |
class | CmpiBroker |
class | CmpiData |
class | CmpiObjectPath |
class | CmpiInstance |
class | CmpiObject |
class | CmpiArgs |
class | CmpiArrayIdx |
|
Constructor - Internal use only |
|
Constructor - Empty string |
|
Constructor - char * |
|
Constructor - Copy constructor |
|
charPtr - get pointer to char* representation |
|
|
|
charPtr - Case sensitive compare |
|
|
|
charPtr - Case insensitive compare |
|
Gets the encapsulated CMPIString. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|