#include <BuiltinTypes.hpp>
List of all members.
Public Member Functions |
| | KeyedString (const std::string &key, const std::string &value) |
| const std::string | key () const |
| void | key (const std::string &value) |
| const std::string | value () const |
| void | value (const std::string &value) |
Detailed Description
template<typename DELEGATE>
class tdds::type::builtin::KeyedString< DELEGATE >
Definition at line 36 of file BuiltinTypes.hpp.
Constructor & Destructor Documentation
| KeyedString |
( |
const std::string & |
key, |
|
|
const std::string & |
value | |
|
) |
| | |
Member Function Documentation
| const std::string key |
( |
|
) |
const |
| void key |
( |
const std::string & |
value |
) |
|
| const std::string value |
( |
|
) |
const |
| void value |
( |
const std::string & |
value |
) |
|
The documentation for this class was generated from the following file: