#include "io/io.h"
#include "nub/ref.h"
#include "rutz/fstring.h"
#include "rutz/demangle.h"
#include <typeinfo>
Go to the source code of this file.
Namespaces | |
namespace | io |
Classes | |
class | io::proxy< C > |
proxy makes a proxy serializable that behaves as if it were another type. More... | |
class | io::const_proxy< C > |
const_proxy is just like proxy except for const objects. More... | |
Functions | |
template<class C> | |
nub::ref< serializable > | io::make_proxy (C *ref) |
template<class C> | |
nub::ref< const serializable > | io::make_const_proxy (const C *ref) |
Definition in file ioproxy.h.