Public Member Functions

DRHolderBase Class Reference

#include <AnyDataReader.hpp>

Inheritance diagram for DRHolderBase:

List of all members.

Public Member Functions

virtual ~DRHolderBase ()
virtual const
::dds::sub::qos::DataReaderQos 
qos () const =0
virtual void qos (const dds::sub::qos::DataReaderQos &qos)=0
virtual const std::string topic_name () const =0
virtual const std::string type_name () const =0
virtual ::dds::sub::Subscriber parent () const =0
virtual void close ()=0

Detailed Description

Definition at line 27 of file AnyDataReader.hpp.


Constructor & Destructor Documentation

virtual ~DRHolderBase (  )  [virtual]

Member Function Documentation

virtual void close (  )  [pure virtual]

Implemented in DRHolder< DR >.

virtual ::dds::sub::Subscriber parent (  )  const [pure virtual]

Implemented in DRHolder< DR >.

virtual void qos ( const dds::sub::qos::DataReaderQos qos  )  [pure virtual]

Implemented in DRHolder< DR >.

virtual const ::dds::sub::qos::DataReaderQos qos (  )  const [pure virtual]

Implemented in DRHolder< DR >.

virtual const std::string topic_name (  )  const [pure virtual]

Implemented in DRHolder< DR >.

virtual const std::string type_name (  )  const [pure virtual]

Implemented in DRHolder< DR >.


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