#include <s11n.net/s11n/factory_reg.hpp>
Include dependency graph for reg_s11n_traits.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | s11n |
Classes | |
struct | s11n::s11n_traits< S11N_TYPE > |
Defines | |
#define | S11N_BASE_TYPE S11N_TYPE |
#define | S11N_INHERIT 0 |
#define | S11N_SERIALIZE_FUNCTOR ::s11n::default_serialize_functor |
#define | S11N_DESERIALIZE_FUNCTOR S11N_SERIALIZE_FUNCTOR |
#define | S11N_CLEANUP_FUNCTOR ::s11n::default_cleanup_functor< S11N_BASE_TYPE > |
#define | S11N_REG_DEFAULTFAC 1 |
#define | S11N_FACTORY_TYPE ::s11n::cl::object_factory< S11N_BASE_TYPE > |
#define | S11N_FACREG_TYPE S11N_TYPE |
#define | S11N_FACREG_TYPE_NAME S11N_TYPE_NAME |
#define | S11N_FACREG_INTERFACE_TYPE S11N_BASE_TYPE |
#define S11N_BASE_TYPE S11N_TYPE |
Definition at line 101 of file reg_s11n_traits.hpp.
#define S11N_CLEANUP_FUNCTOR ::s11n::default_cleanup_functor< S11N_BASE_TYPE > |
Definition at line 110 of file reg_s11n_traits.hpp.
#define S11N_DESERIALIZE_FUNCTOR S11N_SERIALIZE_FUNCTOR |
Definition at line 107 of file reg_s11n_traits.hpp.
#define S11N_FACREG_INTERFACE_TYPE S11N_BASE_TYPE |
Definition at line 163 of file reg_s11n_traits.hpp.
#define S11N_FACREG_TYPE S11N_TYPE |
Definition at line 161 of file reg_s11n_traits.hpp.
#define S11N_FACREG_TYPE_NAME S11N_TYPE_NAME |
Definition at line 162 of file reg_s11n_traits.hpp.
#define S11N_FACTORY_TYPE ::s11n::cl::object_factory< S11N_BASE_TYPE > |
Definition at line 118 of file reg_s11n_traits.hpp.
#define S11N_INHERIT 0 |
Definition at line 102 of file reg_s11n_traits.hpp.
#define S11N_REG_DEFAULTFAC 1 |
Definition at line 117 of file reg_s11n_traits.hpp.
#define S11N_SERIALIZE_FUNCTOR ::s11n::default_serialize_functor |
Definition at line 104 of file reg_s11n_traits.hpp.