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

#include <CCBValue.h>

Inheritance diagram for CCBValue:
CCObject CCCopying

Public Member Functions

int getIntValue ()
float getFloatValue ()
bool getBoolValue ()
unsigned char getByteValue ()
const char * getStringValue ()
CCArraygetArrayValue ()
int getType ()
- Public Member Functions inherited from CCObject
 CCObject (void)
virtual ~CCObject (void)
void release (void)
void retain (void)
CCObjectautorelease (void)
CCObjectcopy (void)
bool isSingleReference (void) const
unsigned int retainCount (void) const
virtual bool isEqual (const CCObject *pObject)
virtual void acceptVisitor (CCDataVisitor &visitor)
virtual void update (float dt)
- Public Member Functions inherited from CCCopying
virtual CCObjectcopyWithZone (CCZone *pZone)

Static Public Member Functions

static CCBValuecreate (int nValue)
static CCBValuecreate (bool bValue)
static CCBValuecreate (float fValue)
static CCBValuecreate (unsigned char byte)
static CCBValuecreate (const char *pStr)
static CCBValuecreate (CCArray *pArr)

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

Member Function Documentation

static CCBValue* create ( int  nValue)
static
static CCBValue* create ( bool  bValue)
static
static CCBValue* create ( float  fValue)
static
static CCBValue* create ( unsigned char  byte)
static
static CCBValue* create ( const char *  pStr)
static
static CCBValue* create ( CCArray pArr)
static
CCArray* getArrayValue ( )
bool getBoolValue ( )
unsigned char getByteValue ( )
float getFloatValue ( )
int getIntValue ( )
const char* getStringValue ( )
int getType ( )

Member Data Documentation

float fValue
int nValue

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