dxcut::ccDexValue Class Reference
List of all members.
Public Member Functions |
| ccDexValue (const ccDexValue &) |
ccDexValue & | operator= (const ccDexValue &) |
void | copy_from (DexValue *val) |
void | copy_to (DexValue *val) |
DexValue * | copy () |
Public Attributes |
DexValueType | type |
dx_byte | val_byte |
dx_short | val_short |
dx_ushort | val_char |
dx_int | val_int |
dx_long | val_long |
float | val_float |
double | val_double |
std::string | val_str |
std::string | val_type |
std::string | val_defining_class |
std::string | val_name |
std::vector< std::string > | val_prototype |
std::vector< ccDexValue > | val_array |
ccDexAnnotation * | val_annotation |
bool | val_boolean |
The documentation for this class was generated from the following file: