|
RTI Connext Modern C++ API
Version 6.0.0
|
Built-in type consisting of a string payload and a second string that is the key. More...
#include <dds/core/BuiltinTopicTypes.hpp>
Public Member Functions | |
| KeyedStringTopicType () | |
| Creates a sample with two empty strings. | |
| KeyedStringTopicType (const dds::core::string &the_key, const dds::core::string &the_value) | |
| Creates a sample with the two given strings. | |
| const dds::core::string & | key () const |
| Gets the key. | |
| dds::core::string & | key () |
| Gets the key. | |
| void | key (const dds::core::string &the_value) |
| Sets the key. | |
| const dds::core::string & | value () const |
| Gets the value. | |
| dds::core::string & | value () |
| Gets the key. | |
| void | value (const dds::core::string &the_value) |
| Gets the key. | |
Built-in type consisting of a string payload and a second string that is the key.
|
inline |
Creates a sample with two empty strings.
|
inline |
Creates a sample with the two given strings.
|
inline |
Gets the key.
|
inline |
Gets the key.
|
inline |
Sets the key.
|
inline |
Gets the value.
|
inline |
Gets the key.
|
inline |
Gets the key.