#include <CCScriptSupport.h>
Public Member Functions | |
virtual | ~ScriptHandlerEntry () |
int | getHandler (void) |
int | getEntryId (void) |
Public Member Functions inherited from Ref | |
void | retain () |
Retains the ownership. More... | |
void | release () |
Release the ownership immediately. More... | |
Ref * | autorelease () |
Release 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 ScriptHandlerEntry * | create (int handler) |
Protected Member Functions | |
ScriptHandlerEntry (int handler) | |
Protected Member Functions inherited from Ref | |
Ref () | |
Constructor. More... | |
Protected Attributes | |
int | _handler |
int | _entryId |
Protected Attributes inherited from Ref | |
unsigned int | _referenceCount |
count of references More... | |
|
virtual |
|
inlineprotected |
|
static |
|
inline |
|
inline |
|
protected |
|
protected |