![]() |
API documentation
2.0rc1
|
#include <clientlib.h>
Inherits client::Object.
Public Member Functions | |
double | get_length () |
HTMLCollection * | item () |
HTMLCollection * | item (const String &nameOrIndex) |
HTMLCollection * | namedItem (const String &name) |
Element *& | operator[] (int index) |
Element * | operator[] (int index) const |
HTMLAllCollection * | get_prototype () |
void | set_prototype (HTMLAllCollection *) |
HTMLAllCollection () | |
![]() | |
Object () | |
template<typename T > | |
T | valueOf () |
operator double () const | |
Object * | operator[] (const client::String &name) const |
void | set_ (const client::String &name, Object *v) |
template<typename T , typename = typename std::enable_if<std::is_arithmetic<T>::value, T>::type> | |
void | set_ (const client::String &name, T v) |
bool | hasOwnProperty (const client::String &name) |
client::HTMLAllCollection::HTMLAllCollection | ( | ) |
double client::HTMLAllCollection::get_length | ( | ) |
HTMLAllCollection* client::HTMLAllCollection::get_prototype | ( | ) |
HTMLCollection* client::HTMLAllCollection::item | ( | ) |
HTMLCollection* client::HTMLAllCollection::item | ( | const String & | nameOrIndex | ) |
HTMLCollection* client::HTMLAllCollection::namedItem | ( | const String & | name | ) |
|
inline |
|
inline |
void client::HTMLAllCollection::set_prototype | ( | HTMLAllCollection * | ) |