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

#include <CCInteger.h>

Inheritance diagram for __Integer:
Ref Clonable

Public Member Functions

 __Integer (int v)
 NA More...
 
int getValue () const
 
virtual ~__Integer ()
 NA NA More...
 
virtual void acceptVisitor (DataVisitor &visitor)
 
virtual __Integerclone () const override
 returns a copy of the Ref More...
 
- Public Member Functions inherited from Ref
void retain ()
 Retains the ownership. More...
 
void release ()
 Releases the ownership immediately. More...
 
Refautorelease ()
 Releases the ownership sometime soon automatically. More...
 
unsigned int getReferenceCount () const
 Returns the Ref's current reference count. More...
 
virtual ~Ref ()
 NA NA More...
 
- Public Member Functions inherited from Clonable
virtual ~Clonable ()
 NA NA More...
 
Refcopy () const
 returns a copy of the Ref. More...
 

Static Public Member Functions

static __Integercreate (int 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...
 

Constructor & Destructor Documentation

__Integer ( int  v)
inline

NA

virtual ~__Integer ( )
inlinevirtual

NA NA

Member Function Documentation

virtual void acceptVisitor ( DataVisitor visitor)
inlinevirtual
virtual __Integer* clone ( ) const
inlineoverridevirtual

returns a copy of the Ref

Implements Clonable.

static __Integer* create ( int  v)
inlinestatic
int getValue ( ) const
inline

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