#include <s11n.net/s11n/plugin/path_finder.hpp>
#include <s11n.net/s11n/proxy/listish.hpp>
#include <s11n.net/s11n/reg_s11n_traits.hpp>
Go to the source code of this file.
Classes | |
struct | s11n::plugin::path_finder_s11n |
An s11n proxy for s11n::plugin::path_finder. 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). | |
namespace | s11n::plugin |
The plugin namespace encapsulates the braindeadly basic API for loading plugins. | |
Defines | |
#define | s11n_net_s11n_PROXY_PATH_FINDER_HPP_INCLUDED 1 |
#define | S11N_TYPE s11n::plugin::path_finder |
#define | S11N_TYPE_NAME "s11n::plugin::path_finder" |
#define | S11N_SERIALIZE_FUNCTOR s11n::plugin::path_finder_s11n |
#define s11n_net_s11n_PROXY_PATH_FINDER_HPP_INCLUDED 1 |
Definition at line 2 of file path_finder_s11n.hpp.
#define S11N_SERIALIZE_FUNCTOR s11n::plugin::path_finder_s11n |
Definition at line 40 of file path_finder_s11n.hpp.
#define S11N_TYPE s11n::plugin::path_finder |
Definition at line 38 of file path_finder_s11n.hpp.
#define S11N_TYPE_NAME "s11n::plugin::path_finder" |
Definition at line 39 of file path_finder_s11n.hpp.
Referenced by s11n::s11n_traits< S11N_TYPE, S11N_BASE_TYPE >::class_name().