TAO_RTCORBA  2.0.8
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Member Functions
RTCORBA::SharedMemoryProtocolProperties Class Reference

#include <RTCORBAC.h>

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

List of all members.

Public Types

typedef
SharedMemoryProtocolProperties_ptr 
_ptr_type
typedef
SharedMemoryProtocolProperties_var 
_var_type
typedef
SharedMemoryProtocolProperties_out 
_out_type

Public Member Functions

virtual ::CORBA::Long send_buffer_size (void)=0
virtual void send_buffer_size (::CORBA::Long send_buffer_size)=0
virtual ::CORBA::Long recv_buffer_size (void)=0
virtual void recv_buffer_size (::CORBA::Long recv_buffer_size)=0
virtual ::CORBA::Boolean keep_alive (void)=0
virtual void keep_alive (::CORBA::Boolean keep_alive)=0
virtual ::CORBA::Boolean dont_route (void)=0
virtual void dont_route (::CORBA::Boolean dont_route)=0
virtual ::CORBA::Boolean no_delay (void)=0
virtual void no_delay (::CORBA::Boolean no_delay)=0
virtual ::CORBA::Long preallocate_buffer_size (void)=0
virtual void preallocate_buffer_size (::CORBA::Long preallocate_buffer_size)=0
virtual char * mmap_filename (void)=0
virtual void mmap_filename (const char *mmap_filename)=0
virtual char * mmap_lockname (void)=0
virtual void mmap_lockname (const char *mmap_lockname)=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
SharedMemoryProtocolProperties_ptr 
_duplicate (SharedMemoryProtocolProperties_ptr obj)
static void _tao_release (SharedMemoryProtocolProperties_ptr obj)
static
SharedMemoryProtocolProperties_ptr 
_narrow (::CORBA::Object_ptr obj)
static
SharedMemoryProtocolProperties_ptr 
_unchecked_narrow (::CORBA::Object_ptr obj)
static
SharedMemoryProtocolProperties_ptr 
_nil (void)

Protected Member Functions

 SharedMemoryProtocolProperties (void)
virtual ~SharedMemoryProtocolProperties (void)

Private Member Functions

 SharedMemoryProtocolProperties (const SharedMemoryProtocolProperties &)
void operator= (const SharedMemoryProtocolProperties &)

Member Typedef Documentation

Reimplemented from RTCORBA::ProtocolProperties.

Reimplemented from RTCORBA::ProtocolProperties.

Reimplemented from RTCORBA::ProtocolProperties.


Constructor & Destructor Documentation

RTCORBA::SharedMemoryProtocolProperties::SharedMemoryProtocolProperties ( void  ) [protected]
RTCORBA::SharedMemoryProtocolProperties::~SharedMemoryProtocolProperties ( void  ) [protected, virtual]
RTCORBA::SharedMemoryProtocolProperties::SharedMemoryProtocolProperties ( const SharedMemoryProtocolProperties ) [private]

Member Function Documentation

RTCORBA::SharedMemoryProtocolProperties_ptr RTCORBA::SharedMemoryProtocolProperties::_duplicate ( SharedMemoryProtocolProperties_ptr  obj) [static]
const char * RTCORBA::SharedMemoryProtocolProperties::_interface_repository_id ( void  ) const [virtual]

Reimplemented from RTCORBA::ProtocolProperties.

CORBA::Boolean RTCORBA::SharedMemoryProtocolProperties::_is_a ( const char *  type_id) [virtual]

Reimplemented from RTCORBA::ProtocolProperties.

RTCORBA::SharedMemoryProtocolProperties_ptr RTCORBA::SharedMemoryProtocolProperties::_narrow ( ::CORBA::Object_ptr  obj) [static]

Reimplemented from RTCORBA::ProtocolProperties.

RTCORBA::SharedMemoryProtocolProperties_ptr RTCORBA::SharedMemoryProtocolProperties::_nil ( void  ) [static]

Reimplemented from RTCORBA::ProtocolProperties.

void RTCORBA::SharedMemoryProtocolProperties::_tao_any_destructor ( void *  _tao_void_pointer) [static]

Reimplemented from RTCORBA::ProtocolProperties.

void RTCORBA::SharedMemoryProtocolProperties::_tao_release ( SharedMemoryProtocolProperties_ptr  obj) [static]
RTCORBA::SharedMemoryProtocolProperties_ptr RTCORBA::SharedMemoryProtocolProperties::_unchecked_narrow ( ::CORBA::Object_ptr  obj) [static]

Reimplemented from RTCORBA::ProtocolProperties.

virtual ::CORBA::Boolean RTCORBA::SharedMemoryProtocolProperties::dont_route ( void  ) [pure virtual]
virtual void RTCORBA::SharedMemoryProtocolProperties::dont_route ( ::CORBA::Boolean  dont_route) [pure virtual]
virtual ::CORBA::Boolean RTCORBA::SharedMemoryProtocolProperties::keep_alive ( void  ) [pure virtual]
virtual void RTCORBA::SharedMemoryProtocolProperties::keep_alive ( ::CORBA::Boolean  keep_alive) [pure virtual]
CORBA::Boolean RTCORBA::SharedMemoryProtocolProperties::marshal ( TAO_OutputCDR cdr) [virtual]

Reimplemented from RTCORBA::ProtocolProperties.

virtual char* RTCORBA::SharedMemoryProtocolProperties::mmap_filename ( void  ) [pure virtual]
virtual void RTCORBA::SharedMemoryProtocolProperties::mmap_filename ( const char *  mmap_filename) [pure virtual]
virtual char* RTCORBA::SharedMemoryProtocolProperties::mmap_lockname ( void  ) [pure virtual]
virtual void RTCORBA::SharedMemoryProtocolProperties::mmap_lockname ( const char *  mmap_lockname) [pure virtual]
virtual ::CORBA::Boolean RTCORBA::SharedMemoryProtocolProperties::no_delay ( void  ) [pure virtual]
virtual void RTCORBA::SharedMemoryProtocolProperties::no_delay ( ::CORBA::Boolean  no_delay) [pure virtual]
void RTCORBA::SharedMemoryProtocolProperties::operator= ( const SharedMemoryProtocolProperties ) [private]
virtual ::CORBA::Long RTCORBA::SharedMemoryProtocolProperties::preallocate_buffer_size ( void  ) [pure virtual]
virtual void RTCORBA::SharedMemoryProtocolProperties::preallocate_buffer_size ( ::CORBA::Long  preallocate_buffer_size) [pure virtual]
virtual ::CORBA::Long RTCORBA::SharedMemoryProtocolProperties::recv_buffer_size ( void  ) [pure virtual]
virtual void RTCORBA::SharedMemoryProtocolProperties::recv_buffer_size ( ::CORBA::Long  recv_buffer_size) [pure virtual]
virtual ::CORBA::Long RTCORBA::SharedMemoryProtocolProperties::send_buffer_size ( void  ) [pure virtual]
virtual void RTCORBA::SharedMemoryProtocolProperties::send_buffer_size ( ::CORBA::Long  send_buffer_size) [pure virtual]

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines