Public Member Functions

NoOpTopicListener< T > Class Template Reference

#include <TopicListener.hpp>

Inheritance diagram for NoOpTopicListener< T >:

List of all members.

Public Member Functions

virtual ~NoOpTopicListener ()
virtual void on_inconsistent_topic (Topic< T > &topic, const dds::core::status::InconsistentTopicStatus &status)

Detailed Description

template<typename T>
class dds::topic::NoOpTopicListener< T >

Definition at line 41 of file TopicListener.hpp.


Constructor & Destructor Documentation

virtual ~NoOpTopicListener (  )  [inline, virtual]

Definition at line 43 of file TopicListener.hpp.


Member Function Documentation

virtual void on_inconsistent_topic ( Topic< T > &  topic,
const dds::core::status::InconsistentTopicStatus status 
) [inline, virtual]

Implements TopicListener< T >.

Definition at line 46 of file TopicListener.hpp.


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