Public Member Functions

KeyedBytes< DELEGATE > Class Template Reference

#include <BuiltinTypes.hpp>

Inheritance diagram for KeyedBytes< DELEGATE >:

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  ) 
uint8_t* value_begin (  ) 
uint8_t* value_end (  ) 

The documentation for this class was generated from the following file: