Public Member Functions

DRHolder< DR > Class Template Reference

#include <AnyDataReader.hpp>

Inheritance diagram for DRHolder< DR >:

List of all members.

Public Member Functions

 DRHolder (const DR &dr)
virtual ~DRHolder ()
virtual const
dds::sub::qos::DataReaderQos 
qos () const
virtual void qos (const dds::sub::qos::DataReaderQos &the_qos)
virtual const std::string topic_name () const
virtual const std::string type_name () const
virtual ::dds::sub::Subscriber parent () const
virtual void close ()

Detailed Description

template<typename DR>
class dds::sub::detail::DRHolder< DR >

Definition at line 46 of file AnyDataReader.hpp.


Constructor & Destructor Documentation

DRHolder ( const DR &  dr  )  [inline]

Definition at line 48 of file AnyDataReader.hpp.

virtual ~DRHolder (  )  [inline, virtual]

Definition at line 49 of file AnyDataReader.hpp.


Member Function Documentation

virtual void close (  )  [inline, virtual]

Implements DRHolderBase.

Definition at line 71 of file AnyDataReader.hpp.

virtual ::dds::sub::Subscriber parent (  )  const [inline, virtual]

Implements DRHolderBase.

Definition at line 67 of file AnyDataReader.hpp.

virtual void qos ( const dds::sub::qos::DataReaderQos the_qos  )  [inline, virtual]

Implements DRHolderBase.

Definition at line 55 of file AnyDataReader.hpp.

virtual const dds::sub::qos::DataReaderQos qos (  )  const [inline, virtual]

Implements DRHolderBase.

Definition at line 51 of file AnyDataReader.hpp.

virtual const std::string topic_name (  )  const [inline, virtual]

Implements DRHolderBase.

Definition at line 59 of file AnyDataReader.hpp.

virtual const std::string type_name (  )  const [inline, virtual]

Implements DRHolderBase.

Definition at line 63 of file AnyDataReader.hpp.


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