NEST
2.6.0,not_revisioned_source_dir@0
|
Instance is a template is used to provide a pool-based management for arbitrary classes. More...
#include <instance.h>
Public Member Functions | |
Instance () | |
Instance (const Instance< ClassT > &c) | |
Instance (const ClassT &c) | |
ClassT * | clone () const |
Static Public Member Functions | |
static void | reserve_additional (size_t) |
static void * | operator new (size_t size) |
static void | operator delete (void *p, size_t size) |
static size_t | memory_used () |
static size_t | memory_capacity () |
static size_t | instantiations () |
Static Private Attributes | |
static sli::pool | memory_ |
Declaration of static memory object. More... | |
Instance is a template is used to provide a pool-based management for arbitrary classes.
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
References nest::names::p.
|
inlinestatic |
If a derived class does not possess its own new/delete operators, they will end up here. Thus, we forward their request to the standard new/delete operators.
|
inlinestatic |
|
staticprivate |
Declaration of static memory object.