#include <CCInteger.h>
Public Member Functions | |
| CCInteger (int v) | |
| CCInteger ( local v) | |
| int | getValue () const |
| local | getValue () |
| virtual void | acceptVisitor (CCDataVisitor &visitor) |
| local | acceptVisitor ( local visitor) |
Public Member Functions inherited from CCObject | |
| CCObject (void) | |
| virtual | ~CCObject (void) |
| void | release (void) |
| void | retain (void) |
| CCObject * | autorelease (void) |
| CCObject * | copy (void) |
| bool | isSingleReference (void) const |
| unsigned int | retainCount (void) const |
| virtual bool | isEqual (const CCObject *pObject) |
| virtual void | update (float dt) |
Public Member Functions inherited from CCCopying | |
| virtual CCObject * | copyWithZone (CCZone *pZone) |
Static Public Member Functions | |
| static CCInteger * | create (int v) |
| local | create ( local v) |
Additional Inherited Members | |
Public Attributes inherited from CCObject | |
| unsigned int | m_uID |
| int | m_nLuaID |
Protected Attributes inherited from CCObject | |
| unsigned int | m_uReference |
| unsigned int | m_uAutoReleaseCount |
|
inline |
|
inline |
|
inlinevirtual |
Reimplemented from CCObject.
|
inlinevirtual |
Reimplemented from CCObject.
|
inlinestatic |
|
inlinestatic |
|
inline |
|
inline |