#include <keyvalue_serialization_overloads.h>
|
| template<class t_type, class t_storage> |
| static bool | serialize (const t_type &d, t_storage &stg, typename t_storage::hsection hparent_section, const char *pname) |
| template<class t_type, class t_storage> |
| static bool | serialize_stl_container_pod_val_as_blob (const t_type &d, t_storage &stg, typename t_storage::hsection hparent_section, const char *pname) |
| template<class t_type, class t_storage> |
| static bool | serialize_t_val_as_blob (const t_type &d, t_storage &stg, typename t_storage::hsection hparent_section, const char *pname) |
◆ serialize()
template<class t_type, class t_storage>
Definition at line 355 of file keyvalue_serialization_overloads.h.
356 {
358 }
bool kv_serialize(const t_type &d, t_storage &stg, typename t_storage::hsection hparent_section, const char *pname)
◆ serialize_stl_container_pod_val_as_blob()
template<class t_type, class t_storage>
| bool epee::serialization::selector< true >::serialize_stl_container_pod_val_as_blob |
( |
const t_type & | d, |
|
|
t_storage & | stg, |
|
|
typename t_storage::hsection | hparent_section, |
|
|
const char * | pname ) |
|
inlinestatic |
◆ serialize_t_val_as_blob()
template<class t_type, class t_storage>
| bool epee::serialization::selector< true >::serialize_t_val_as_blob |
( |
const t_type & | d, |
|
|
t_storage & | stg, |
|
|
typename t_storage::hsection | hparent_section, |
|
|
const char * | pname ) |
|
inlinestatic |
The documentation for this struct was generated from the following file: