TAO_PortableServer
2.3.3
|
#include <Creation_Time.h>
Public Member Functions | |
Creation_Time (const ACE_Time_Value &creation_time) | |
Creation_Time (void) | |
void | creation_time (const void *creation_time) |
const void * | creation_time (void) const |
bool | operator== (const Creation_Time &rhs) const |
bool | operator!= (const Creation_Time &rhs) const |
bool | operator== (const Temporary_Creation_Time &rhs) const |
bool | operator!= (const Temporary_Creation_Time &rhs) const |
Static Public Member Functions | |
static CORBA::ULong | creation_time_length (void) |
Protected Types | |
enum | { SEC_FIELD = 0, USEC_FIELD = 1 } |
Protected Attributes | |
CORBA::ULong | time_stamp_ [2] |
Timestamp. More... | |
|
explicit |
ACE_INLINE TAO::Portable_Server::Creation_Time::Creation_Time | ( | void | ) |
ACE_INLINE void TAO::Portable_Server::Creation_Time::creation_time | ( | const void * | creation_time | ) |
ACE_INLINE const void * TAO::Portable_Server::Creation_Time::creation_time | ( | void | ) | const |
|
static |
ACE_INLINE bool TAO::Portable_Server::Creation_Time::operator!= | ( | const Creation_Time & | rhs | ) | const |
ACE_INLINE bool TAO::Portable_Server::Creation_Time::operator!= | ( | const Temporary_Creation_Time & | rhs | ) | const |
ACE_INLINE bool TAO::Portable_Server::Creation_Time::operator== | ( | const Creation_Time & | rhs | ) | const |
ACE_INLINE bool TAO::Portable_Server::Creation_Time::operator== | ( | const Temporary_Creation_Time & | rhs | ) | const |
|
protected |
Timestamp.