TAO_RTCORBA  2.1.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Member Functions
RTCORBA::Mutex Class Reference

#include <RTCORBAC.h>

Inheritance diagram for RTCORBA::Mutex:
Inheritance graph
[legend]
Collaboration diagram for RTCORBA::Mutex:
Collaboration graph
[legend]

List of all members.

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 &)

Member Typedef Documentation

Reimplemented from CORBA::Object.

Reimplemented from CORBA::Object.

Reimplemented from CORBA::Object.


Constructor & Destructor Documentation

RTCORBA::Mutex::Mutex ( void  )
protected
RTCORBA::Mutex::~Mutex ( void  )
protectedvirtual
RTCORBA::Mutex::Mutex ( const Mutex )
private

Member Function Documentation

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.

Reimplemented from CORBA::Object.

void RTCORBA::Mutex::_tao_any_destructor ( void *  _tao_void_pointer)
static

Reimplemented from CORBA::Object.

virtual void RTCORBA::Mutex::lock ( void  )
pure virtual

Implemented in TAO_RT_Mutex.

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.


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