cmpi
|
#include <cmpi/cmpift.h>
Public Attributes | |
int | ftVersion |
CMPIStatus(* | release )(CMPIDateTime *dt) |
CMPIDateTime *(* | clone )(const CMPIDateTime *dt, CMPIStatus *rc) |
CMPIUint64(* | getBinaryFormat )(const CMPIDateTime *dt, CMPIStatus *rc) |
CMPIString *(* | getStringFormat )(const CMPIDateTime *dt, CMPIStatus *rc) |
CMPIBoolean(* | isInterval )(const CMPIDateTime *dt, CMPIStatus *rc) |
This structure is a table of pointers providing access to DateTime support sevices.
CMPIDateTime*(* _CMPIDateTimeFT::clone) (const CMPIDateTime *dt, CMPIStatus *rc) |
Create an independent copy of this DateTime object. The resulting object must be released explicitly.
dt | DateTime this pointer. |
rc | Output: Service return status (suppressed when NULL). |
int _CMPIDateTimeFT::ftVersion |
Function table version
CMPIUint64(* _CMPIDateTimeFT::getBinaryFormat) (const CMPIDateTime *dt, CMPIStatus *rc) |
Get DateTime setting in binary format (in microsecods starting since 00:00:00 GMT, Jan 1,1970).
dt | DateTime this pointer. |
rc | Output: Service return status (suppressed when NULL). |
Referenced by CmpiDateTime::getDateTime().
CMPIString*(* _CMPIDateTimeFT::getStringFormat) (const CMPIDateTime *dt, CMPIStatus *rc) |
Get DateTime setting in UTC string format.
dt | DateTime this pointer. |
rc | Output: Service return status (suppressed when NULL). |
CMPIBoolean(* _CMPIDateTimeFT::isInterval) (const CMPIDateTime *dt, CMPIStatus *rc) |
Tests whether DateTime is an interval value.
dt | DateTime this pointer. |
rc | Output: Service return status (suppressed when NULL). |
Referenced by CmpiDateTime::isInterval().
CMPIStatus(* _CMPIDateTimeFT::release) (CMPIDateTime *dt) |
The DateTime object will not be used any further and may be freed by CMPI run time system.
dt | DateTime this pointer. |