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