#include <s11n.net/s11n/proxy/listish.hpp>
#include <s11n.net/s11n/proxy/reg_s11n_traits_template1.hpp>
Go to the source code of this file.
Classes | |
struct | s11n::default_cleanup_functor< S11N_LIST_TYPE< T1 > > |
Specialization for list-compliant types. More... | |
Namespaces | |
namespace | s11n |
The s11n serialization (s11n) framework is an object serialization framework for C++ modelled heavily off work by Rusty Ballinger (bozo@users.sourceforge.net http://libfunutil.sourceforge.net). | |
Defines | |
#define | s11n_net_s11n_std_set_HPP_INCLUDED 1 |
#define | S11N_LIST_TYPE std::multiset |
#define | S11N_LIST_TYPE_NAME "multiset" |
#define | S11N_LIST_TYPE_PROXY ::s11n::list::serialize_list_f |
#define | S11N_LIST_TYPE_DESER_PROXY ::s11n::list::deserialize_list_f |
#define | S11N_TEMPLATE_TYPE S11N_LIST_TYPE |
#define | S11N_TEMPLATE_TYPE_NAME S11N_LIST_TYPE_NAME |
#define | S11N_TEMPLATE_TYPE_PROXY S11N_LIST_TYPE_PROXY |
#define | S11N_TEMPLATE_TYPE_DESER_PROXY S11N_LIST_TYPE_DESER_PROXY |
#define S11N_LIST_TYPE std::multiset |
Definition at line 6 of file multiset.hpp.
#define S11N_LIST_TYPE_DESER_PROXY ::s11n::list::deserialize_list_f |
Definition at line 14 of file multiset.hpp.
#define S11N_LIST_TYPE_NAME "multiset" |
Definition at line 7 of file multiset.hpp.
#define S11N_LIST_TYPE_PROXY ::s11n::list::serialize_list_f |
Definition at line 10 of file multiset.hpp.
#define s11n_net_s11n_std_set_HPP_INCLUDED 1 |
Definition at line 2 of file multiset.hpp.
#define S11N_TEMPLATE_TYPE S11N_LIST_TYPE |
Definition at line 42 of file multiset.hpp.
#define S11N_TEMPLATE_TYPE_DESER_PROXY S11N_LIST_TYPE_DESER_PROXY |
Definition at line 45 of file multiset.hpp.
#define S11N_TEMPLATE_TYPE_NAME S11N_LIST_TYPE_NAME |
Definition at line 43 of file multiset.hpp.
#define S11N_TEMPLATE_TYPE_PROXY S11N_LIST_TYPE_PROXY |
Definition at line 44 of file multiset.hpp.