#include <CmpiStatus.h>
Collaboration diagram for CmpiStatus:

| Public Member Functions | |
| CmpiStatus (const CMPIrc rc) | |
| Constructor - set rc only. | |
| CmpiStatus (const CMPIrc rcp, const char *msg) | |
| Constructor - set rc and message. | |
| CMPIrc | rc () const | 
| rc - get the rc value. | |
| const char * | msg () | 
| msg - get the msg component. | |
| Protected Member Functions | |
| CMPIStatus | status () const | 
| status - Returns CMPIStatus struct, to be used by MI drivers only. | |
| Protected Attributes | |
| CMPIStatus | st | 
| CmpiStatus actually is a CMPIStatus struct. | |
| Private Member Functions | |
| CmpiStatus () | |
| Constructor - not to be used. | |
| Friends | |
| class | CmpiInstanceMI | 
| class | CmpiMethodMI | 
| class | CmpiBaseMI | 
| class | CmpiAssociationMI | 
| class | CmpiPropertyMI | 
| class | CmpiIndicationMI | 
Definition at line 33 of file CmpiStatus.h.
| 
 | 
| Constructor - not to be used. 
 Definition at line 782 of file CmpiImpl.cpp. References CMPI_RC_OK, _CMPIStatus::msg, _CMPIStatus::rc, and st. | 
| 
 | 
| Constructor - set rc only. 
 
 Definition at line 787 of file CmpiImpl.cpp. References _CMPIStatus::msg, _CMPIStatus::rc, and st. | 
| 
 | ||||||||||||
| Constructor - set rc and message. 
 
 Definition at line 66 of file CmpiStatus.h. References CMNewString, CmpiProviderBase::getBroker(), _CMPIStatus::msg, _CMPIStatus::rc, and st. | 
| 
 | 
| msg - get the msg component. 
 Definition at line 78 of file CmpiStatus.h. References CMGetCharPtr, _CMPIStatus::msg, and st. | 
| 
 | 
| rc - get the rc value. 
 Definition at line 73 of file CmpiStatus.h. References _CMPIStatus::rc, and st. | 
| 
 | 
| status - Returns CMPIStatus struct, to be used by MI drivers only. 
 Definition at line 48 of file CmpiStatus.h. References st. Referenced by CmpiBaseMI::doDriveBaseCleanup(). | 
| 
 | 
| 
 Definition at line 37 of file CmpiStatus.h. | 
| 
 | 
| 
 Definition at line 36 of file CmpiStatus.h. | 
| 
 | 
| 
 Definition at line 39 of file CmpiStatus.h. | 
| 
 | 
| 
 Definition at line 34 of file CmpiStatus.h. | 
| 
 | 
| 
 Definition at line 35 of file CmpiStatus.h. | 
| 
 | 
| 
 Definition at line 38 of file CmpiStatus.h. | 
| 
 | 
| CmpiStatus actually is a CMPIStatus struct. 
 Definition at line 44 of file CmpiStatus.h. Referenced by CmpiStatus(), msg(), rc(), and status(). | 
 1.4.6
 1.4.6