#include <CCAutoreleasePool.h>
Public Member Functions | |
AutoreleasePool * | getCurrentPool () const |
Get current auto release pool, there is at least one auto release pool that created by engine. More... | |
bool | isObjectInPools (Ref *obj) const |
Static Public Member Functions | |
static PoolManager * | sharedPoolManager () |
static PoolManager * | getInstance () |
static void | purgePoolManager () |
static void | destroyInstance () |
Friends | |
class | AutoreleasePool |
|
static |
AutoreleasePool* getCurrentPool | ( | ) | const |
Get current auto release pool, there is at least one auto release pool that created by engine.
You can create your own auto release pool at demand, which will be put into auto releae pool stack.
|
static |
bool isObjectInPools | ( | Ref * | obj) | const |
|
inlinestatic |
|
inlinestatic |
|
friend |