#include <CmpiResult.h>
Inheritance diagram for CmpiResult:
Public Member Functions | |
void | returnData (const CmpiData &d) |
returnData - Return a CmpiData instance. | |
void | returnData (const CmpiInstance &d) |
returnData - Return a CmpiInstance object. | |
void | returnData (const CmpiObjectPath &d) |
returnData - Return a CmpiObjectPath object. | |
void | returnDone () |
returnDone - Indicate all data returned. | |
Protected Member Functions | |
CmpiResult (CMPIResult *r) | |
Protected constructor used by MIDrivers to encapsulate CMPIResult. | |
CMPIResult * | getEnc () const |
getEnc - Gets the encapsulated CMPIResult. | |
Private Member Functions | |
CmpiResult () | |
Constructor - Should not be called. | |
Friends | |
class | CmpiInstanceMI |
class | CmpiAssociationMI |
class | CmpiMethodMI |
class | CmpiPropertyMI |
class | CmpiIndicationMI |
Definition at line 38 of file CmpiResult.h.
|
Constructor - Should not be called.
Definition at line 48 of file CmpiResult.h. |
|
Protected constructor used by MIDrivers to encapsulate CMPIResult.
Definition at line 53 of file CmpiResult.h. |
|
getEnc - Gets the encapsulated CMPIResult.
Definition at line 58 of file CmpiResult.h. References CmpiObject::enc. Referenced by returnData(), and returnDone(). |
|
returnData - Return a CmpiObjectPath object.
Definition at line 911 of file CmpiImpl.cpp. References CMPI_RC_OK, _CMPIResult::ft, CmpiObjectPath::getEnc(), getEnc(), _CMPIStatus::rc, and _CMPIResultFT::returnObjectPath. |
|
returnData - Return a CmpiInstance object.
Definition at line 905 of file CmpiImpl.cpp. References CMPI_RC_OK, _CMPIResult::ft, CmpiInstance::getEnc(), getEnc(), _CMPIStatus::rc, and _CMPIResultFT::returnInstance. |
|
returnData - Return a CmpiData instance.
Definition at line 898 of file CmpiImpl.cpp. References CMPI_RC_OK, _CMPIResult::ft, getEnc(), _CMPIStatus::rc, and _CMPIResultFT::returnData. |
|
returnDone - Indicate all data returned.
Definition at line 920 of file CmpiImpl.cpp. References CMPI_RC_OK, _CMPIResult::ft, getEnc(), _CMPIStatus::rc, and _CMPIResultFT::returnDone. |
|
Definition at line 40 of file CmpiResult.h. |
|
Definition at line 43 of file CmpiResult.h. |
|
Definition at line 39 of file CmpiResult.h. |
|
Definition at line 41 of file CmpiResult.h. |
|
Definition at line 42 of file CmpiResult.h. |