hce-node application  1.4.3
HCE Hierarchical Cluster Engine node application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
HCE::handlers::DictionaryConverter< _Key, _Value > Class Template Reference

#include <Dictionary.hpp>

Public Member Functions

 DictionaryConverter (void)
 DictionaryConverter (const Dictionary< _Key, _Value > &rhs)
 DictionaryConverter (const std::string &rhs)
Dictionary< _Key, _Value > toObject (void) const
std::string toString (const char delimiter=DELIMITER)
void fromObject (const Dictionary< _Key, _Value > &rhs)
void fromString (const std::string &data, const char delimiter=DELIMITER)

Detailed Description

template<typename _Key, typename _Value>
class HCE::handlers::DictionaryConverter< _Key, _Value >

Definition at line 205 of file Dictionary.hpp.

Constructor & Destructor Documentation

template<class _Key , class _Value >
HCE::handlers::DictionaryConverter< _Key, _Value >::DictionaryConverter ( void  )

Definition at line 222 of file Dictionary.hpp.

template<class _Key , class _Value >
HCE::handlers::DictionaryConverter< _Key, _Value >::DictionaryConverter ( const Dictionary< _Key, _Value > &  rhs)
explicit

Definition at line 227 of file Dictionary.hpp.

template<class _Key , class _Value >
HCE::handlers::DictionaryConverter< _Key, _Value >::DictionaryConverter ( const std::string &  rhs)
explicit

Definition at line 232 of file Dictionary.hpp.

Here is the call graph for this function:

Member Function Documentation

template<class _Key , class _Value >
void HCE::handlers::DictionaryConverter< _Key, _Value >::fromObject ( const Dictionary< _Key, _Value > &  rhs)

Definition at line 250 of file Dictionary.hpp.

template<class _Key , class _Value >
void HCE::handlers::DictionaryConverter< _Key, _Value >::fromString ( const std::string &  data,
const char  delimiter = DELIMITER 
)

Definition at line 255 of file Dictionary.hpp.

Here is the caller graph for this function:

template<typename _Key, typename _Value>
Dictionary<_Key, _Value> HCE::handlers::DictionaryConverter< _Key, _Value >::toObject ( void  ) const
inline

Definition at line 213 of file Dictionary.hpp.

Here is the caller graph for this function:

template<class _Key , class _Value >
std::string HCE::handlers::DictionaryConverter< _Key, _Value >::toString ( const char  delimiter = DELIMITER)

Definition at line 238 of file Dictionary.hpp.


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