Singleton manager for instance lifecycle and memory allocation. More...
#include <instancer.hpp>
Public Member Functions | |
| nbool | bind (const instance &it) |
| nbool | bind (const instance *it) BY_SIDE_FUNC(bind) |
| nbool | rel (const instance &old) |
| nbool | rel (const instance *it) BY_SIDE_FUNC(rel) |
| const pool & | getPool () const |
| const watcher & | getWatcher () const |
Static Public Member Functions | |
| static me * | get () |
Friends | |
| class | instance |
Singleton manager for instance lifecycle and memory allocation.
Central manager that coordinates memory pool, watcher, and instance binding. Provides singleton access to memory management facilities.
|
static |