|
32 #ifndef Pegasus_CIMDateTime_h 33 #define Pegasus_CIMDateTime_h 35 #include <Pegasus/Common/Config.h> 36 #include <Pegasus/Common/Array.h> 37 #include <Pegasus/Common/Linkage.h> 39 PEGASUS_NAMESPACE_BEGIN 41 struct CIMDateTimeRep; 42 class CMPISCMOUtilities; 123 #ifdef PEGASUS_USE_EXPERIMENTAL_INTERFACES 127 static const Uint32 WILDCARD; 165 #ifdef PEGASUS_USE_EXPERIMENTAL_INTERFACES 190 Uint32 numSignificantMicrosecondDigits, 211 Uint32 numSignificantMicrosecondDigits); 252 void set( const String & str); 254 #ifdef PEGASUS_USE_EXPERIMENTAL_INTERFACES 279 Uint32 numSignificantMicrosecondDigits, 300 Uint32 numSignificantMicrosecondDigits); 328 Boolean isInterval() const; 334 Boolean isInterval(); 336 #ifdef PEGASUS_USE_EXPERIMENTAL_INTERFACES 341 Boolean isTimeStamp() const; 359 Uint64 toMicroSeconds() const; 536 CIMDateTimeRep* _rep; 540 friend class CIMBuffer; 541 friend class SCMOClass; 542 friend class SCMODump; 543 friend class SCMOInstance; 544 friend class CMPISCMOUtilities; 554 PEGASUS_COMMON_LINKAGE Boolean operator==( 558 #define PEGASUS_ARRAY_T CIMDateTime 559 # include <Pegasus/Common/ArrayInter.h> 560 #undef PEGASUS_ARRAY_T 562 PEGASUS_NAMESPACE_END
Definition: CIMDateTime.h:119
|