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

#include <LocalObject.h>

List of all members.

Public Types

typedef Stub::_ptr_type _ptr_type

Public Member Functions

virtual void _add_ref ()
virtual void _remove_ref ()

Static Public Member Functions

static _ptr_type _narrow (CORBA::Object_ptr obj)


Detailed Description

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

OpenDDS::DCPS::LocalObject_NoRefCount is the same as LocalObject, but needs to be inherited from if the user wishes to allocate a "Local Object" on the stack. class MyReaderListener : public OpenDDS::DCPS::LocalObject_NoRefCount<OpenDDS::DCPS::DataReaderListener> {...};

Definition at line 45 of file LocalObject.h.


Member Typedef Documentation

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

Definition at line 48 of file LocalObject.h.


Member Function Documentation

template<class Stub>
virtual void OpenDDS::DCPS::LocalObject_NoRefCount< Stub >::_add_ref (  )  [inline, virtual]

Definition at line 54 of file LocalObject.h.

00054 {}

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

Definition at line 49 of file LocalObject.h.

00049                                                 {
00050     return Stub::_narrow(obj);
00051   }

template<class Stub>
virtual void OpenDDS::DCPS::LocalObject_NoRefCount< Stub >::_remove_ref (  )  [inline, virtual]

Definition at line 55 of file LocalObject.h.

00055 {}


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