|
| template<class t_type, class t_storage> |
| static bool | kv_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 | kv_unserialize (t_type &d, t_storage &stg, typename t_storage::hsection hparent_section, const char *pname) |
| template<class t_type, class t_storage> |
| static bool | kv_serialize (const std::vector< t_type > &d, t_storage &stg, typename t_storage::hsection hparent_section, const char *pname) |
| template<class t_type, class t_storage> |
| static bool | kv_unserialize (std::vector< t_type > &d, t_storage &stg, typename t_storage::hsection hparent_section, const char *pname) |
| template<class t_type, class t_storage> |
| static bool | kv_serialize (const std::deque< t_type > &d, t_storage &stg, typename t_storage::hsection hparent_section, const char *pname) |
| template<class t_type, class t_storage> |
| static bool | kv_unserialize (std::deque< t_type > &d, t_storage &stg, typename t_storage::hsection hparent_section, const char *pname) |
| template<class t_type, class t_storage> |
| static bool | kv_serialize (const std::list< t_type > &d, t_storage &stg, typename t_storage::hsection hparent_section, const char *pname) |
| template<class t_type, class t_storage> |
| static bool | kv_unserialize (std::list< t_type > &d, t_storage &stg, typename t_storage::hsection hparent_section, const char *pname) |
| template<class t_type, class t_storage> |
| static bool | kv_serialize (const std::set< t_type > &d, t_storage &stg, typename t_storage::hsection hparent_section, const char *pname) |
| template<class t_type, class t_storage> |
| static bool | kv_unserialize (std::set< t_type > &d, t_storage &stg, typename t_storage::hsection hparent_section, const char *pname) |