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

#include <CCDouble.h>

Inheritance diagram for __Double:
Ref Clonable

Public Member Functions

 __Double (double v)
double getValue () const
virtual void acceptVisitor (DataVisitor &visitor)
local acceptVisitor ( local visitor)
__Doubleclone () const
 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...
 
Refautorelease ()
 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 ()
Refcopy () 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 __Doublecreate (double v)
var create ( var 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

__Double ( double  v)
inline
var __Double ( var  v)
inline
local __Double ( local  v)
inline

Member Function Documentation

virtual void acceptVisitor ( DataVisitor visitor)
inlinevirtual
var acceptVisitor ( var  visitor)
inlinevirtual
local acceptVisitor ( local  visitor)
inlinevirtual
__Double* clone ( ) const
inlinevirtual

returns a copy of the Ref

Implements Clonable.

var clone ( )
inlinevirtual

returns a copy of the Ref

Implements Clonable.

local clone ( )
inlinevirtual

returns a copy of the Ref

Implements Clonable.

static __Double* create ( double  v)
inlinestatic
var create ( var  v)
inlinestatic
local create ( local  v)
inlinestatic
double getValue ( ) const
inline
var getValue ( )
inline
local getValue ( )
inline

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