#include <TopicInstance.hpp>
Public Member Functions | |
| TopicInstance () | |
| TopicInstance (const dds::core::InstanceHandle &h) | |
| TopicInstance (const dds::core::InstanceHandle &h, const T &the_sample) | |
| operator const dds::core::InstanceHandle () const | |
| const dds::core::InstanceHandle | handle () const |
| void | handle (const dds::core::InstanceHandle &h) |
| const T & | sample () const |
| T & | sample () |
| void | sample (const T &the_sample) |
Definition at line 28 of file TopicInstance.hpp.
| TopicInstance | ( | ) | [inline] |
Definition at line 30 of file TopicInstance.hpp.
| TopicInstance | ( | const dds::core::InstanceHandle & | h | ) | [inline] |
Definition at line 32 of file TopicInstance.hpp.
| TopicInstance | ( | const dds::core::InstanceHandle & | h, | |
| const T & | the_sample | |||
| ) | [inline] |
Definition at line 35 of file TopicInstance.hpp.
| const dds::core::InstanceHandle handle | ( | ) | const [inline] |
Definition at line 42 of file TopicInstance.hpp.
| void handle | ( | const dds::core::InstanceHandle & | h | ) | [inline] |
Definition at line 46 of file TopicInstance.hpp.
| operator const dds::core::InstanceHandle | ( | ) | const [inline] |
Definition at line 38 of file TopicInstance.hpp.
| const T& sample | ( | ) | const [inline] |
Definition at line 48 of file TopicInstance.hpp.
| void sample | ( | const T & | the_sample | ) | [inline] |
Definition at line 52 of file TopicInstance.hpp.
| T& sample | ( | ) | [inline] |
Definition at line 50 of file TopicInstance.hpp.
1.7.1