OpenDDS
Snapshot(2023/04/28-20:55)
|
#include <TransportImpl.h>
Public Member Functions | |
DoClear (RcHandle< DataLink > link) | |
void | handle_event () |
Called when the event is dispatched by an EventDispatcher. More... | |
![]() | |
virtual | ~EventBase () |
virtual void | handle_error () |
Only called when an exception is caught during handle_event. More... | |
virtual void | handle_cancel () |
void | operator() () |
![]() | |
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 | |
![]() | |
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.