OpenDDS::DCPS::RcEventHandler Class Reference

#include <RcEventHandler.h>

Inheritance diagram for OpenDDS::DCPS::RcEventHandler:
Inheritance graph
[legend]
Collaboration diagram for OpenDDS::DCPS::RcEventHandler:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 RcEventHandler ()
ACE_Event_Handler::Reference_Count add_reference ()
ACE_Event_Handler::Reference_Count remove_reference ()

Detailed Description

Templated Reference counted handle to a pointer. A non-DDS specific helper class.

Definition at line 22 of file RcEventHandler.h.


Constructor & Destructor Documentation

OpenDDS::DCPS::RcEventHandler::RcEventHandler (  )  [inline]

Member Function Documentation

ACE_Event_Handler::Reference_Count OpenDDS::DCPS::RcEventHandler::add_reference ( void   )  [inline, virtual]

Reimplemented from ACE_Event_Handler.

Reimplemented in OpenDDS::DCPS::RtpsUdpDataLink::HeldDataDeliveryHandler.

Definition at line 33 of file RcEventHandler.h.

References OpenDDS::DCPS::RcObject::_add_ref().

Referenced by OpenDDS::DCPS::RtpsUdpDataLink::HeldDataDeliveryHandler::add_reference().

00034   {
00035     RcObject::_add_ref();
00036     return 1;
00037   }

Here is the call graph for this function:

Here is the caller graph for this function:

ACE_Event_Handler::Reference_Count OpenDDS::DCPS::RcEventHandler::remove_reference ( void   )  [inline, virtual]

Reimplemented from ACE_Event_Handler.

Reimplemented in OpenDDS::DCPS::RtpsUdpDataLink::HeldDataDeliveryHandler.

Definition at line 39 of file RcEventHandler.h.

References OpenDDS::DCPS::RcObject::_remove_ref().

Referenced by OpenDDS::DCPS::RtpsUdpDataLink::HeldDataDeliveryHandler::remove_reference().

00040   {
00041     RcObject::_remove_ref();
00042     return 1;
00043   }

Here is the call graph for this function:

Here is the caller graph for this function:


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

Generated on 10 Aug 2018 for OpenDDS by  doxygen 1.6.1