#include <ixlib_javascript.hh>
Inheritance diagram for ixion::javascript::js_array::
Public Methods | |
js_array () | |
js_array (TSize size) | |
js_array (value_array::const_iterator first, value_array::const_iterator last) | |
js_array (js_array const &src) | |
value_type | getType () const |
std::string | stringify () const |
ref<value> | duplicate () |
ref<value> | lookup (std::string const &identifier) |
ref<value> | subscript (value const &index) |
ref<value> | callMethod (std::string const &identifier, parameter_list const ¶meters) |
TSize | size () const |
void | resize (TSize size) |
ref<value>& | operator[] (TIndex idx) |
Protected Types | |
typedef std::vector<ref<value> > | value_array |
Protected Attributes | |
value_array | Array |
|
Definition at line 290 of file ixlib_javascript.hh. |
|
Definition at line 294 of file ixlib_javascript.hh. |
|
|
|
Definition at line 297 of file ixlib_javascript.hh. |
|
Definition at line 300 of file ixlib_javascript.hh. |
|
Reimplemented from ixion::javascript::value_with_methods. |
|
Reimplemented from ixion::javascript::value. |
|
Reimplemented from ixion::javascript::value. Definition at line 304 of file ixlib_javascript.hh. |
|
Reimplemented from ixion::javascript::value_with_methods. |
|
|
|
|
|
Definition at line 316 of file ixlib_javascript.hh. |
|
Reimplemented from ixion::javascript::value. |
|
Reimplemented from ixion::javascript::value. |
|
Definition at line 291 of file ixlib_javascript.hh. |