#include <CCNodeLoaderLibrary.h>
Public Member Functions | |
| CCB_STATIC_NEW_AUTORELEASE_OBJECT_METHOD (NodeLoaderLibrary, library) | |
| NodeLoaderLibrary () | |
| virtual | ~NodeLoaderLibrary () |
| void | registerDefaultNodeLoaders () |
| void | registerNodeLoader (const char *pClassName, NodeLoader *pNodeLoader) |
| void | unregisterNodeLoader (const char *pClassName) |
| NodeLoader * | getNodeLoader (const char *pClassName) |
| void | purge (bool pDelete) |
| void | registerDefaultCCNodeLoaders () |
| void | registerCCNodeLoader (const char *pClassName, NodeLoader *pNodeLoader) |
| void | unregisterCCNodeLoader (const char *pClassName) |
| NodeLoader * | getCCNodeLoader (const char *pClassName) |
Public Member Functions inherited from Ref | |
| void | retain () |
| Retains the ownership. More... | |
| void | release () |
| Releases the ownership immediately. More... | |
| Ref * | autorelease () |
| Releases the ownership sometime soon automatically. More... | |
| unsigned int | getReferenceCount () const |
| Returns the Ref's current reference count. More... | |
| virtual | ~Ref () |
Static Public Member Functions | |
| static NodeLoaderLibrary * | getInstance () |
| static void | destroyInstance () |
| static NodeLoaderLibrary * | newDefaultNodeLoaderLibrary () |
| static NodeLoaderLibrary * | sharedNodeLoaderLibrary () |
| static void | purgeSharedNodeLoaderLibrary () |
| static NodeLoaderLibrary * | newDefaultCCNodeLoaderLibrary () |
Additional Inherited Members | |
Protected Member Functions inherited from Ref | |
| Ref () | |
| Constructor. More... | |
| Ref () | |
| Constructor. More... | |
Protected Attributes inherited from Ref | |
| unsigned int | _referenceCount |
| count of references More... | |
| var | _referenceCount |
| count of references More... | |
| local | _referenceCount |
| count of references More... | |
|
virtual |
| CCB_STATIC_NEW_AUTORELEASE_OBJECT_METHOD | ( | NodeLoaderLibrary | , |
| library | |||
| ) |
|
static |
|
inline |
|
static |
| NodeLoader* getNodeLoader | ( | const char * | pClassName | ) |
|
inlinestatic |
|
static |
| void purge | ( | bool | pDelete | ) |
|
inlinestatic |
|
inline |
|
inline |
| void registerDefaultNodeLoaders | ( | ) |
| void registerNodeLoader | ( | const char * | pClassName, |
| NodeLoader * | pNodeLoader | ||
| ) |
|
inlinestatic |
|
inline |
| void unregisterNodeLoader | ( | const char * | pClassName | ) |