Electroneum
epee::serialization::selector< true > Struct Template Reference

#include <keyvalue_serialization_overloads.h>

Static Public Member Functions

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)
 

Detailed Description

template<>
struct epee::serialization::selector< true >

Definition at line 352 of file keyvalue_serialization_overloads.h.

Member Function Documentation

◆ serialize()

template<class t_type , class t_storage >
static bool epee::serialization::selector< true >::serialize ( const t_type &  d,
t_storage &  stg,
typename t_storage::hsection  hparent_section,
const char *  pname 
)
inlinestatic

Definition at line 355 of file keyvalue_serialization_overloads.h.

356  {
357  return kv_serialize(d, stg, hparent_section, pname);
358  }
bool kv_serialize(const t_type &d, t_storage &stg, typename t_storage::hsection hparent_section, const char *pname)
Here is the call graph for this function:

◆ serialize_stl_container_pod_val_as_blob()

template<class t_type , class t_storage >
static 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

Definition at line 361 of file keyvalue_serialization_overloads.h.

362  {
363  return epee::serialization::serialize_stl_container_pod_val_as_blob(d, stg, hparent_section, pname);
364  }

◆ serialize_t_val_as_blob()

template<class t_type , class t_storage >
static 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

Definition at line 367 of file keyvalue_serialization_overloads.h.

368  {
369  return epee::serialization::serialize_t_val_as_blob(d, stg, hparent_section, pname);
370  }

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