#include <RTCORBAC.h>
Inheritance diagram for RTCORBA::Mutex:
Public Types | |
typedef Mutex_ptr | _ptr_type |
typedef Mutex_var | _var_type |
Public Member Functions | |
virtual void | lock (void)=0 throw ( CORBA::SystemException ) |
virtual void | unlock (void)=0 throw ( CORBA::SystemException ) |
virtual CORBA::Boolean | try_lock (::TimeBase::TimeT max_wait)=0 throw ( CORBA::SystemException ) |
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 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) |
static void | _tao_any_destructor (void *) |
Protected Member Functions | |
Mutex (void) | |
virtual | ~Mutex (void) |
Private Member Functions | |
Mutex (const Mutex &) | |
void | operator= (const Mutex &) |
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] |
Reimplemented from CORBA::Object.
static Mutex_ptr RTCORBA::Mutex::_nil | ( | void | ) | [inline, static] |
Reimplemented from CORBA::Object.
void RTCORBA::Mutex::_tao_any_destructor | ( | void * | ) | [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 | ) | throw ( CORBA::SystemException ) [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 | ) | throw ( CORBA::SystemException ) [pure virtual] |
virtual void RTCORBA::Mutex::unlock | ( | void | ) | throw ( CORBA::SystemException ) [pure virtual] |
Implemented in TAO_RT_Mutex.