#include <string>
#include "classload.hpp"
#include <s11n.net/s11n/traits.hpp>
Include dependency graph for abstract_creator.hpp:
Go to the source code of this file.
Namespaces | |
namespace | s11n |
namespace | s11n::Private |
Classes | |
struct | s11n::Private::abstract_creator< T > |
abstract_creator is an internal helper to avoid some code having to know if a type is created on a stack or the heap. More... | |
struct | s11n::Private::abstract_creator< T * > |
A specialization of abstract_creator to create objects on the heap, using the s11n::cl API. More... | |
Defines | |
#define | s11n_ABSTRACT_CREATOR_H_INCLUDED 1 |
|
Definition at line 2 of file abstract_creator.hpp. |