#include <AnyTopicDescription.hpp>
Inheritance diagram for TDHolder< T >:Public Member Functions | |
| TDHolder (const T &t) | |
| virtual | ~TDHolder () |
| virtual dds::domain::DomainParticipant | parent () const |
| virtual const std::string | topic_name () const |
| virtual const std::string | type_name () const |
Protected Attributes | |
| T | t_ |
Definition at line 40 of file AnyTopicDescription.hpp.
| TDHolder | ( | const T & | t | ) | [inline] |
Definition at line 42 of file AnyTopicDescription.hpp.
| virtual ~TDHolder | ( | ) | [inline, virtual] |
Definition at line 43 of file AnyTopicDescription.hpp.
| virtual dds::domain::DomainParticipant parent | ( | ) | const [virtual] |
Implements TDHolderBase.
| virtual const std::string topic_name | ( | ) | const [virtual] |
Implements TDHolderBase.
| virtual const std::string type_name | ( | ) | const [virtual] |
Implements TDHolderBase.
T t_ [protected] |
Definition at line 52 of file AnyTopicDescription.hpp.
1.7.1