#include <CCInteger.h>
Public Member Functions | |
__Integer (int v) | |
__Integer ( local v) | |
int | getValue () const |
var | getValue () |
local | getValue () |
virtual | ~__Integer () |
virtual void | acceptVisitor (DataVisitor &visitor) |
local | acceptVisitor ( local visitor) |
virtual __Integer * | clone () const override |
returns a copy of the Ref More... | |
var | clone () |
returns a copy of the Ref More... | |
local | clone () |
returns a copy of the Ref More... | |
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 () |
Public Member Functions inherited from Clonable | |
virtual | ~Clonable () |
Ref * | copy () const |
returns a copy of the Ref. More... | |
var | copy () |
returns a copy of the Ref. More... | |
local | copy () |
returns a copy of the Ref. More... | |
Static Public Member Functions | |
static __Integer * | create (int v) |
local | create ( local v) |
Additional Inherited Members | |
Protected Member Functions inherited from Ref | |
Ref () | |
Constructor. More... | |
Protected Attributes inherited from Ref | |
unsigned int | _referenceCount |
count of references More... | |
|
inline |
|
inline |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlineoverridevirtual |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inline |
|
inline |
|
inline |