DDS4CCM  1.0.8
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Member Functions
DDS::TypeSupport Class Reference

import "ndds_dcpsC.h";

Inheritance diagram for DDS::TypeSupport:
Inheritance graph
[legend]
Collaboration diagram for DDS::TypeSupport:
Collaboration graph
[legend]

List of all members.

Public Types

typedef TypeSupport_ptr _ptr_type
typedef TypeSupport_var _var_type
typedef TypeSupport_out _out_type

Public Member Functions

ReturnCode_t register_type (in DomainParticipant domain, in string type_name)
string get_type_name ()
virtual ::DDS::ReturnCode_t register_type (::DDS::DomainParticipant_ptr domain, const char *type_name)=0
virtual char * get_type_name (void)=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 TypeSupport_ptr _duplicate (TypeSupport_ptr obj)
static void _tao_release (TypeSupport_ptr obj)
static TypeSupport_ptr _narrow (::CORBA::Object_ptr obj)
static TypeSupport_ptr _unchecked_narrow (::CORBA::Object_ptr obj)
static TypeSupport_ptr _nil (void)

Protected Member Functions

 TypeSupport (void)
virtual ~TypeSupport (void)

Private Member Functions

 TypeSupport (const TypeSupport &)
void operator= (const TypeSupport &)

Member Typedef Documentation

Reimplemented from CORBA::Object.

Reimplemented in DDS::CCM_TypeSupport.

Reimplemented from CORBA::Object.

Reimplemented in DDS::CCM_TypeSupport.

Reimplemented from CORBA::Object.

Reimplemented in DDS::CCM_TypeSupport.


Constructor & Destructor Documentation

DDS::TypeSupport::TypeSupport ( void  ) [protected]
DDS::TypeSupport::~TypeSupport ( void  ) [protected, virtual]
DDS::TypeSupport::TypeSupport ( const TypeSupport ) [private]

Member Function Documentation

DDS::TypeSupport_ptr DDS::TypeSupport::_duplicate ( TypeSupport_ptr  obj) [static]
const char * DDS::TypeSupport::_interface_repository_id ( void  ) const [virtual]

Reimplemented from CORBA::Object.

Reimplemented in DDS::CCM_TypeSupport.

CORBA::Boolean DDS::TypeSupport::_is_a ( const char *  type_id) [virtual]

Reimplemented from CORBA::Object.

Reimplemented in DDS::CCM_TypeSupport.

DDS::TypeSupport_ptr DDS::TypeSupport::_narrow ( ::CORBA::Object_ptr  obj) [static]

Reimplemented in DDS::CCM_TypeSupport.

DDS::TypeSupport_ptr DDS::TypeSupport::_nil ( void  ) [static]

Reimplemented from CORBA::Object.

Reimplemented in DDS::CCM_TypeSupport.

void DDS::TypeSupport::_tao_any_destructor ( void *  _tao_void_pointer) [static]

Reimplemented from CORBA::Object.

void DDS::TypeSupport::_tao_release ( TypeSupport_ptr  obj) [static]
DDS::TypeSupport_ptr DDS::TypeSupport::_unchecked_narrow ( ::CORBA::Object_ptr  obj) [static]

Reimplemented in DDS::CCM_TypeSupport.

string DDS::TypeSupport::get_type_name ( )
virtual char* DDS::TypeSupport::get_type_name ( void  ) [pure virtual]
CORBA::Boolean DDS::TypeSupport::marshal ( TAO_OutputCDR cdr) [virtual]

Reimplemented from CORBA::Object.

Reimplemented in DDS::CCM_TypeSupport.

void DDS::TypeSupport::operator= ( const TypeSupport ) [private]
ReturnCode_t DDS::TypeSupport::register_type ( in DomainParticipant  domain,
in string  type_name 
)
virtual ::DDS::ReturnCode_t DDS::TypeSupport::register_type ( ::DDS::DomainParticipant_ptr  domain,
const char *  type_name 
) [pure virtual]

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