TAO_RTCORBA
2.0.8
|
#include <RTCORBAC.h>
Public Types | |
typedef Mutex_ptr | _ptr_type |
typedef Mutex_var | _var_type |
typedef Mutex_out | _out_type |
Public Member Functions | |
virtual void | lock (void)=0 |
virtual void | unlock (void)=0 |
virtual ::CORBA::Boolean | try_lock (::TimeBase::TimeT max_wait)=0 |
virtual ::CORBA::Boolean | _is_a (const char *type_id) |
virtual const char * | _interface_repository_id (void) const |
virtual ::CORBA::Boolean | marshal (TAO_OutputCDR &cdr) |
Static Public Member Functions | |
static void | _tao_any_destructor (void *) |
static Mutex_ptr | _duplicate (Mutex_ptr obj) |
static void | _tao_release (Mutex_ptr obj) |
static Mutex_ptr | _narrow (::CORBA::Object_ptr obj) |
static Mutex_ptr | _unchecked_narrow (::CORBA::Object_ptr obj) |
static Mutex_ptr | _nil (void) |
Protected Member Functions | |
Mutex (void) | |
virtual | ~Mutex (void) |
Private Member Functions | |
Mutex (const Mutex &) | |
void | operator= (const Mutex &) |
typedef Mutex_out RTCORBA::Mutex::_out_type |
Reimplemented from CORBA::Object.
typedef Mutex_ptr RTCORBA::Mutex::_ptr_type |
Reimplemented from CORBA::Object.
typedef Mutex_var RTCORBA::Mutex::_var_type |
Reimplemented from CORBA::Object.
RTCORBA::Mutex::Mutex | ( | void | ) | [protected] |
RTCORBA::Mutex::~Mutex | ( | void | ) | [protected, virtual] |
RTCORBA::Mutex::Mutex | ( | const Mutex & | ) | [private] |
RTCORBA::Mutex_ptr RTCORBA::Mutex::_duplicate | ( | Mutex_ptr | obj | ) | [static] |
const char * RTCORBA::Mutex::_interface_repository_id | ( | void | ) | const [virtual] |
Reimplemented from CORBA::Object.
CORBA::Boolean RTCORBA::Mutex::_is_a | ( | const char * | type_id | ) | [virtual] |
Reimplemented from CORBA::Object.
RTCORBA::Mutex_ptr RTCORBA::Mutex::_narrow | ( | ::CORBA::Object_ptr | obj | ) | [static] |
RTCORBA::Mutex_ptr RTCORBA::Mutex::_nil | ( | void | ) | [static] |
Reimplemented from CORBA::Object.
void RTCORBA::Mutex::_tao_any_destructor | ( | void * | _tao_void_pointer | ) | [static] |
Reimplemented from CORBA::Object.
void RTCORBA::Mutex::_tao_release | ( | Mutex_ptr | obj | ) | [static] |
RTCORBA::Mutex_ptr RTCORBA::Mutex::_unchecked_narrow | ( | ::CORBA::Object_ptr | obj | ) | [static] |
virtual void RTCORBA::Mutex::lock | ( | void | ) | [pure virtual] |
Implemented in TAO_RT_Mutex.
CORBA::Boolean RTCORBA::Mutex::marshal | ( | TAO_OutputCDR & | cdr | ) | [virtual] |
Reimplemented from CORBA::Object.
void RTCORBA::Mutex::operator= | ( | const Mutex & | ) | [private] |
virtual ::CORBA::Boolean RTCORBA::Mutex::try_lock | ( | ::TimeBase::TimeT | max_wait | ) | [pure virtual] |
virtual void RTCORBA::Mutex::unlock | ( | void | ) | [pure virtual] |
Implemented in TAO_RT_Mutex.