|
hce-node application
1.4.3
HCE Hierarchical Cluster Engine node application
|
#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) |
Definition at line 205 of file Dictionary.hpp.
| HCE::handlers::DictionaryConverter< _Key, _Value >::DictionaryConverter | ( | void | ) |
Definition at line 222 of file Dictionary.hpp.
|
explicit |
Definition at line 227 of file Dictionary.hpp.
|
explicit |
| void HCE::handlers::DictionaryConverter< _Key, _Value >::fromObject | ( | const Dictionary< _Key, _Value > & | rhs | ) |
Definition at line 250 of file Dictionary.hpp.
| void HCE::handlers::DictionaryConverter< _Key, _Value >::fromString | ( | const std::string & | data, |
| const char | delimiter = DELIMITER |
||
| ) |
|
inline |
| std::string HCE::handlers::DictionaryConverter< _Key, _Value >::toString | ( | const char | delimiter = DELIMITER | ) |
Definition at line 238 of file Dictionary.hpp.