OpenDDS  Snapshot(2023/04/07-19:43)
Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes | Friends | List of all members
OpenDDS::DCPS::ReactorInterceptor::Command Class Referenceabstract

#include <ReactorInterceptor.h>

Inheritance diagram for OpenDDS::DCPS::ReactorInterceptor::Command:
Inheritance graph
[legend]
Collaboration diagram for OpenDDS::DCPS::ReactorInterceptor::Command:
Collaboration graph
[legend]

Public Member Functions

 Command ()
 
virtual ~Command ()
 
virtual void execute ()=0
 
- 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
 

Protected Member Functions

const ACE_Reactorreactor () const
 
ACE_Reactorreactor ()
 
- Protected Member Functions inherited from OpenDDS::DCPS::RcObject
 RcObject ()
 

Private Member Functions

void set_reactor (ACE_Reactor *reactor)
 

Private Attributes

ACE_Reactorreactor_
 

Friends

class OpenDDS::DCPS::ReactorInterceptor
 

Detailed Description

Definition at line 31 of file ReactorInterceptor.h.

Constructor & Destructor Documentation

◆ Command()

OpenDDS::DCPS::ReactorInterceptor::Command::Command ( )

Definition at line 22 of file ReactorInterceptor.cpp.

◆ ~Command()

virtual OpenDDS::DCPS::ReactorInterceptor::Command::~Command ( )
inlinevirtual

Definition at line 35 of file ReactorInterceptor.h.

35 { }

Member Function Documentation

◆ execute()

virtual void OpenDDS::DCPS::ReactorInterceptor::Command::execute ( )
pure virtual

◆ reactor() [1/2]

const ACE_Reactor* OpenDDS::DCPS::ReactorInterceptor::Command::reactor ( void  ) const
inlineprotected

◆ reactor() [2/2]

ACE_Reactor* OpenDDS::DCPS::ReactorInterceptor::Command::reactor ( void  )
inlineprotected

Definition at line 41 of file ReactorInterceptor.h.

◆ set_reactor()

void OpenDDS::DCPS::ReactorInterceptor::Command::set_reactor ( ACE_Reactor reactor)
inlineprivate

Friends And Related Function Documentation

◆ OpenDDS::DCPS::ReactorInterceptor

friend class OpenDDS::DCPS::ReactorInterceptor
friend

Definition at line 44 of file ReactorInterceptor.h.

Member Data Documentation

◆ reactor_

ACE_Reactor* OpenDDS::DCPS::ReactorInterceptor::Command::reactor_
private

Definition at line 47 of file ReactorInterceptor.h.


The documentation for this class was generated from the following files: