cmpi
|
#include <cmpi/CmpiSelectExp.h>
Protected Member Functions | |
CmpiSelectExp (const CMPISelectExp *enc) | |
CMPISelectExp * | getEnc () const |
![]() | |
CmpiObject () | |
CmpiObject (const void *enc) | |
CmpiString | doToString (CMPIBroker *mb) |
CmpiBoolean | doIsA (CMPIBroker *mb, const char *typeName) const |
Private Member Functions | |
CmpiSelectExp () | |
Friends | |
class | CmpiBroker |
class | CmpiResult |
class | CmpiIndicationMI |
Additional Inherited Members | |
![]() | |
CmpiBoolean | isNull () const |
CmpiString | toString () |
CmpiBoolean | isA (const char *typeName) const |
![]() | |
void * | enc |
This class represents the SelectExp of a CIM class. It is used manipulate SelectExps and their parts.
|
protected |
Protected constructor used by MIDrivers to encapsulate CMPISelectExp.
References CmpiObject::enc.
|
private |
Constructor - Should not be called
|
protected |
Gets the encapsulated CMPISelectExp.
References CmpiObject::enc.
|
friend |
|
friend |
|
friend |