by::instancer Class Reference

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 poolgetPool () const
 
const watchergetWatcher () const
 

Static Public Member Functions

static me * get ()
 

Friends

class instance
 

Detailed Description

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.

Member Function Documentation

◆ get()

static me * by::instancer::get ( )
static
Returns
singleton instance. this returns nul of reference if app is about to be terminated.

The documentation for this class was generated from the following file: