#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 |
| string | stringify () const |
| ref<value> | duplicate () const |
| ref<value> | lookup (string const &identifier) |
| ref<value> | subscript (value const &index) |
| ref<value> | callMethod (string const &identifier, javascript::context const &ctx, parameter_list const ¶meters) |
| TSize | size () const |
| void | resize (TSize size) |
| ref<value>& | operator[] (TIndex idx) |
Protected Types | |
| typedef vector<ref<value> > | value_array |
Protected Attributes | |
| value_array | Array |
|
|
Definition at line 251 of file ixlib_javascript.hh. |
|
|
Definition at line 255 of file ixlib_javascript.hh. |
|
|
|
|
|
Definition at line 258 of file ixlib_javascript.hh. |
|
|
Definition at line 261 of file ixlib_javascript.hh. |
|
|
|
|
|
Reimplemented from ixion::javascript::value. |
|
|
Reimplemented from ixion::javascript::value. Definition at line 265 of file ixlib_javascript.hh. |
|
|
Reimplemented from ixion::javascript::value_with_methods. |
|
|
|
|
|
|
|
|
Definition at line 277 of file ixlib_javascript.hh. |
|
|
Reimplemented from ixion::javascript::value. |
|
|
Reimplemented from ixion::javascript::value. |
|
|
Definition at line 252 of file ixlib_javascript.hh. |
1.2.6 written by Dimitri van Heesch,
© 1997-2001