#include <FusionArray.h>
Inheritance diagram for Fusion::Array:

Public Member Functions | |
| Array () | |
| DECLARE_CLASS (Array, Object) | |
| virtual ResultType | initialize () |
| Initialize this instance. | |
| virtual ResultType | toString (UTF8String &s) const |
| Convert this object to a string. | |
| virtual int | getIndex (lua_State *l) |
| virtual int | setIndex (lua_State *l) |
| virtual ResultType | setValue (const Value &val) |
| Set the value of this object to the passed value, if possible. | |
| virtual uint32_t | getNum () const |
| virtual void | setNum (uint32_t n) |
Protected Member Functions | |
| virtual | ~Array () |
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
Reimplemented from Fusion::Object. |
|
|
|
|
|
Initialize this instance.
Reimplemented from Fusion::Object. |
|
|
Reimplemented from Fusion::Object. |
|
|
|
|
|
Set the value of this object to the passed value, if possible.
Reimplemented from Fusion::Object. |
|
|
Convert this object to a string.
Reimplemented from Fusion::Object. |
1.4.3