Lua support for cocos2d-x. More...
#include <CCLuaValue.h>
Public Member Functions | |
CCLuaValue (void) | |
CCLuaValue (const CCLuaValue &rhs) | |
CCLuaValue & | operator= (const CCLuaValue &rhs) |
~CCLuaValue (void) | |
const CCLuaValueType | getType (void) const |
const std::string & | getCCObjectTypename (void) const |
int | intValue (void) const |
float | floatValue (void) const |
bool | booleanValue (void) const |
const std::string & | stringValue (void) const |
const CCLuaValueDict & | dictValue (void) const |
const CCLuaValueArray & | arrayValue (void) const |
CCObject * | ccobjectValue (void) const |
Static Public Member Functions | |
static const CCLuaValue | intValue (const int intValue) |
static const CCLuaValue | floatValue (const float floatValue) |
static const CCLuaValue | booleanValue (const bool booleanValue) |
static const CCLuaValue | stringValue (const char *stringValue) |
static const CCLuaValue | stringValue (const std::string &stringValue) |
static const CCLuaValue | dictValue (const CCLuaValueDict &dictValue) |
static const CCLuaValue | arrayValue (const CCLuaValueArray &arrayValue) |
static const CCLuaValue | ccobjectValue (CCObject *ccobjectValue, const char *objectTypename) |
static const CCLuaValue | ccobjectValue (CCObject *ccobjectValue, const std::string &objectTypename) |
Lua support for cocos2d-x.
|
inline |
CCLuaValue | ( | const CCLuaValue & | rhs) |
~CCLuaValue | ( | void | ) |
|
static |
|
inline |
|
static |
|
inline |
|
static |
|
static |
|
inline |
|
static |
|
inline |
|
static |
|
inline |
|
inline |
|
inline |
|
static |
|
inline |
CCLuaValue& operator= | ( | const CCLuaValue & | rhs) |
|
static |
|
static |
|
inline |