OpenDDS::DCPS::LocalObject< Stub > Class Template Reference

#include <LocalObject.h>

Inheritance diagram for OpenDDS::DCPS::LocalObject< Stub >:

Inheritance graph
[legend]
Collaboration diagram for OpenDDS::DCPS::LocalObject< Stub >:

Collaboration graph
[legend]
List of all members.

Public Types

typedef Stub::_ptr_type _ptr_type
typedef Stub::_var_type _var_type

Static Public Member Functions

static _ptr_type _narrow (CORBA::Object_ptr obj)

Detailed Description

template<class Stub>
class OpenDDS::DCPS::LocalObject< Stub >

OpenDDS::DCPS::LocalObject resolves ambigously-inherited members like _narrow and _ptr_type. It is used from client code like so: class MyReaderListener : public OpenDDS::DCPS::LocalObject<OpenDDS::DCPS::DataReaderListener> {...};

Definition at line 27 of file LocalObject.h.


Member Typedef Documentation

template<class Stub>
typedef Stub::_ptr_type OpenDDS::DCPS::LocalObject< Stub >::_ptr_type

Reimplemented in OpenDDS::DCPS::TypeSupportImpl_T< MessageType >, and DDS::WaitSet.

Definition at line 33 of file LocalObject.h.

template<class Stub>
typedef Stub::_var_type OpenDDS::DCPS::LocalObject< Stub >::_var_type

Reimplemented in OpenDDS::DCPS::TypeSupportImpl_T< MessageType >, and DDS::WaitSet.

Definition at line 34 of file LocalObject.h.


Member Function Documentation

template<class Stub>
static _ptr_type OpenDDS::DCPS::LocalObject< Stub >::_narrow ( CORBA::Object_ptr  obj  )  [inline, static]

Reimplemented in OpenDDS::DCPS::TypeSupportImpl_T< MessageType >.

Definition at line 35 of file LocalObject.h.

00035                                                 {
00036     return Stub::_narrow(obj);
00037   }


The documentation for this class was generated from the following file:
Generated on Fri Feb 12 20:06:19 2016 for OpenDDS by  doxygen 1.4.7