cocos2d-x  3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ScriptHandlerEntry Class Reference

#include <CCScriptSupport.h>

Inheritance diagram for ScriptHandlerEntry:
Ref SchedulerScriptHandlerEntry TouchScriptHandlerEntry

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...
 
Refautorelease ()
 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 ScriptHandlerEntrycreate (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...
 

Constructor & Destructor Documentation

virtual ~ScriptHandlerEntry ( )
virtual
ScriptHandlerEntry ( int  handler)
inlineprotected

Member Function Documentation

static ScriptHandlerEntry* create ( int  handler)
static
int getEntryId ( void  )
inline
int getHandler ( void  )
inline

Member Data Documentation

int _entryId
protected
int _handler
protected

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