Legal Notice, Privacy Policy

Impressum, Datenschutzerklärung

Cerberus X Documentation

Module brl.pool

Declarations

Imported By
brl
Please note that only documented modules are listed here, there might be undocumented modules that import this one.
Classes
Pool<T> A pool object allows you to manually allocate and free objects from a memory pool.
Interfaces
IOnPoolAllocate When implemented by a class pools will automatically call OnPoolAllocate when an object gets allocated.
IOnPoolFree When implemented by a class pools will automatically call OnPoolFree when an object gets freed.