TAO_PortableServer 3.1.4
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Protected Types | Protected Attributes | List of all members
TAO::Portable_Server::Creation_Time Class Reference

#include <Creation_Time.h>

Public Member Functions

 Creation_Time (const ACE_Time_Value &creation_time)
 
 Creation_Time ()
 
void creation_time (const void *creation_time)
 
const void * creation_time () 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 ()
 

Protected Types

enum  { SEC_FIELD = 0 , USEC_FIELD = 1 }
 

Protected Attributes

CORBA::ULong time_stamp_ [2]
 Timestamp.
 

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
protected
Enumerator
SEC_FIELD 
USEC_FIELD 

Constructor & Destructor Documentation

◆ Creation_Time() [1/2]

TAO::Portable_Server::Creation_Time::Creation_Time ( const ACE_Time_Value & creation_time)
explicit

◆ Creation_Time() [2/2]

TAO::Portable_Server::Creation_Time::Creation_Time ( )

Member Function Documentation

◆ creation_time() [1/2]

const void * TAO::Portable_Server::Creation_Time::creation_time ( ) const

◆ creation_time() [2/2]

void TAO::Portable_Server::Creation_Time::creation_time ( const void * creation_time)

◆ creation_time_length()

CORBA::ULong TAO::Portable_Server::Creation_Time::creation_time_length ( )
static

◆ operator!=() [1/2]

bool TAO::Portable_Server::Creation_Time::operator!= ( const Creation_Time & rhs) const

◆ operator!=() [2/2]

bool TAO::Portable_Server::Creation_Time::operator!= ( const Temporary_Creation_Time & rhs) const

◆ operator==() [1/2]

bool TAO::Portable_Server::Creation_Time::operator== ( const Creation_Time & rhs) const

◆ operator==() [2/2]

bool TAO::Portable_Server::Creation_Time::operator== ( const Temporary_Creation_Time & rhs) const

Member Data Documentation

◆ time_stamp_

CORBA::ULong TAO::Portable_Server::Creation_Time::time_stamp_[2]
protected

Timestamp.


The documentation for this class was generated from the following files: