#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) |
void | push_back (ref< value > val) |
Protected Types | |
typedef std::vector< ref< value > > | value_array |
Protected Attributes | |
value_array | Array |
|
Definition at line 299 of file ixlib_javascript.hh. |
|
Definition at line 303 of file ixlib_javascript.hh. |
|
|
|
Definition at line 306 of file ixlib_javascript.hh. |
|
Definition at line 309 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 313 of file ixlib_javascript.hh. |
|
Reimplemented from ixion::javascript::value_with_methods. |
|
|
|
|
|
|
|
Definition at line 325 of file ixlib_javascript.hh. |
|
Reimplemented from ixion::javascript::value. |
|
Reimplemented from ixion::javascript::value. |
|
Definition at line 300 of file ixlib_javascript.hh. |