|
OpenDDS
Snapshot(2023/04/07-19:43)
|
#include <TransportImpl.h>


Public Member Functions | |
| DoClear (RcHandle< DataLink > link) | |
| void | handle_event () |
| Called when the event is dispatched by an EventDispatcher. More... | |
Public Member Functions inherited from OpenDDS::DCPS::EventBase | |
| virtual | ~EventBase () |
| virtual void | handle_error () |
| Only called when an exception is caught during handle_event. More... | |
| virtual void | handle_cancel () |
| void | operator() () |
Public Member Functions inherited from OpenDDS::DCPS::RcObject | |
| virtual | ~RcObject () |
| virtual void | _add_ref () |
| virtual void | _remove_ref () |
| long | ref_count () const |
| WeakObject * | _get_weak_object () const |
Public Attributes | |
| WeakRcHandle< DataLink > | link_ |
Additional Inherited Members | |
Protected Member Functions inherited from OpenDDS::DCPS::RcObject | |
| RcObject () | |
Definition at line 303 of file TransportImpl.h.
Definition at line 304 of file TransportImpl.h.
|
inlinevirtual |
Called when the event is dispatched by an EventDispatcher.
Implements OpenDDS::DCPS::EventBase.
Definition at line 305 of file TransportImpl.h.
References OpenDDS::DCPS::DataLink::clear_associations().
| WeakRcHandle<DataLink> OpenDDS::DCPS::TransportImpl::DoClear::link_ |
Definition at line 312 of file TransportImpl.h.
1.8.13