#include <BuiltinTypes.hpp>
List of all members.
Public Member Functions |
| const dds::core::InstanceHandle | register_instance (const std::string &key) |
| const dds::core::InstanceHandle | register_instance (const std::string &key, const dds::core::Time &source_timestamp) |
| void | unregister_instance (const std::string &key) |
| void | unregister_instance (const std::string &key, const dds::core::Time &source_timestamp) |
| template<typename RNDA_ITER > |
| void | write (const std::string &key, RNDA_ITER value_begin, RNDA_ITER value_end) |
| template<typename RNDA_ITER > |
| void | write (const std::string &key, RNDA_ITER value_begin, RNDA_ITER value_end, const dds::core::InstanceHandle &handle) |
| template<typename RNDA_ITER > |
| void | write (const std::string &key, RNDA_ITER value_begin, RNDA_ITER value_end, const dds::core::InstanceHandle &handle, const dds::core::Time &source_timestamp) |
| void | dispose (const std::string &key) |
| void | dispose (const std::string &key, const dds::core::Time &source_timestamp) |
| const std::string | key_value (const dds::core::InstanceHandle &handle) |
| const dds::core::InstanceHandle | lookup_instance (const std::string &key) |
Detailed Description
Definition at line 112 of file BuiltinTypes.hpp.
Member Function Documentation
| void dispose |
( |
const std::string & |
key |
) |
|
| void dispose |
( |
const std::string & |
key, |
|
|
const dds::core::Time & |
source_timestamp | |
|
) |
| | |
| void unregister_instance |
( |
const std::string & |
key, |
|
|
const dds::core::Time & |
source_timestamp | |
|
) |
| | |
| void unregister_instance |
( |
const std::string & |
key |
) |
|
| void write |
( |
const std::string & |
key, |
|
|
RNDA_ITER |
value_begin, |
|
|
RNDA_ITER |
value_end | |
|
) |
| | |
The documentation for this class was generated from the following file: