_CMPIDateTimeFT Struct Reference

This structure is a table of pointers providing access to DateTime support sevices. More...

#include <cmpift.h>

Collaboration diagram for _CMPIDateTimeFT:

Collaboration graph
[legend]
List of all members.

Public Attributes

int ftVersion
 Function table version.
CMPIStatus(* release )(CMPIDateTime *dt)
 The DateTime object will not be used any further and may be freed by CMPI run time system.
CMPIDateTime *(* clone )(const CMPIDateTime *dt, CMPIStatus *rc)
 Create an independent copy of this DateTime object.
CMPIUint64(* getBinaryFormat )(const CMPIDateTime *dt, CMPIStatus *rc)
 Get DateTime setting in binary format (in microsecods starting since 00:00:00 GMT, Jan 1,1970).
CMPIString *(* getStringFormat )(const CMPIDateTime *dt, CMPIStatus *rc)
 Get DateTime setting in UTC string format.
CMPIBoolean(* isInterval )(const CMPIDateTime *dt, CMPIStatus *rc)
 Tests whether DateTime is an interval value.

Detailed Description

This structure is a table of pointers providing access to DateTime support sevices.

Definition at line 2007 of file cmpift.h.


Member Data Documentation

CMPIDateTime*(* _CMPIDateTimeFT::clone)(const CMPIDateTime *dt, CMPIStatus *rc)
 

Create an independent copy of this DateTime object.

The resulting object must be released explicitly.

Parameters:
dt DateTime this pointer.
rc Output: Service return status (suppressed when NULL).
Returns:
Pointer to copied DateTime object.

int _CMPIDateTimeFT::ftVersion
 

Function table version.

Definition at line 2011 of file cmpift.h.

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).

Parameters:
dt DateTime this pointer.
rc Output: Service return status (suppressed when NULL).
Returns:
DateTime in binary.

Referenced by CmpiDateTime::getDateTime().

CMPIString*(* _CMPIDateTimeFT::getStringFormat)(const CMPIDateTime *dt, CMPIStatus *rc)
 

Get DateTime setting in UTC string format.

Parameters:
dt DateTime this pointer.
rc Output: Service return status (suppressed when NULL).
Returns:
DateTime as UTC string.

CMPIBoolean(* _CMPIDateTimeFT::isInterval)(const CMPIDateTime *dt, CMPIStatus *rc)
 

Tests whether DateTime is an interval value.

Parameters:
dt DateTime this pointer.
rc Output: Service return status (suppressed when NULL).
Returns:
True if interval value.

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.

Parameters:
dt DateTime this pointer.
Returns:
Service return status.


The documentation for this struct was generated from the following file:
Generated on Thu Feb 9 09:11:31 2006 for openwbem by  doxygen 1.4.6