|
Electroneum
|
Classes | |
| class | async_protocol_handler |
| class | async_protocol_handler_config |
| struct | bucket_head |
| struct | bucket_head2 |
| class | levin_client_async |
| class | levin_client_impl |
| class | levin_client_impl2 |
| struct | levin_commands_handler |
| struct | protocl_handler_config |
| class | protocol_handler |
Functions | |
| const char * | get_err_descr (int err) |
| template<class t_struct > | |
| bool | pack_struct_to_levin_message (const t_struct &t, std::string &buff, int command_id) |
| bool | pack_data_to_levin_message (const std::string &data, std::string &buff, int command_id) |
| bool | load_levin_data_from_levin_message (std::string &levin_data, const std::string &buff, int &command) |
| template<class t_struct > | |
| bool | load_struct_from_levin_message (t_struct &t, const std::string &buff, int &command) |
|
inline |
Definition at line 104 of file levin_base.h.
| bool epee::levin::load_levin_data_from_levin_message | ( | std::string & | levin_data, |
| const std::string & | buff, | ||
| int & | command | ||
| ) |
Definition at line 82 of file levin_helper.h.
| bool epee::levin::load_struct_from_levin_message | ( | t_struct & | t, |
| const std::string & | buff, | ||
| int & | command | ||
| ) |
Definition at line 119 of file levin_helper.h.
| bool epee::levin::pack_data_to_levin_message | ( | const std::string & | data, |
| std::string & | buff, | ||
| int | command_id | ||
| ) |
Definition at line 65 of file levin_helper.h.

| bool epee::levin::pack_struct_to_levin_message | ( | const t_struct & | t, |
| std::string & | buff, | ||
| int | command_id | ||
| ) |
Definition at line 43 of file levin_helper.h.
