#include <AnyTopicDescription.hpp>
Inheritance diagram for TDHolderBase:Public Member Functions | |
| virtual | ~TDHolderBase () |
| virtual dds::domain::DomainParticipant | parent () const =0 |
| virtual const std::string | topic_name () const =0 |
| virtual const std::string | type_name () const =0 |
Definition at line 28 of file AnyTopicDescription.hpp.
| virtual ~TDHolderBase | ( | ) | [inline, virtual] |
Definition at line 30 of file AnyTopicDescription.hpp.
| virtual dds::domain::DomainParticipant parent | ( | ) | const [pure virtual] |
Implemented in TDHolder< T >.
| virtual const std::string topic_name | ( | ) | const [pure virtual] |
Implemented in TDHolder< T >.
| virtual const std::string type_name | ( | ) | const [pure virtual] |
Implemented in TDHolder< T >.
1.7.1