API documentation  2.0rc1
Public Member Functions | List of all members
client::HTMLAllCollection Class Reference

#include <clientlib.h>

Inherits client::Object.

Public Member Functions

double get_length ()
 
HTMLCollectionitem ()
 
HTMLCollectionitem (const String &nameOrIndex)
 
HTMLCollectionnamedItem (const String &name)
 
Element *& operator[] (int index)
 
Elementoperator[] (int index) const
 
HTMLAllCollectionget_prototype ()
 
void set_prototype (HTMLAllCollection *)
 
 HTMLAllCollection ()
 
- Public Member Functions inherited from client::Object
 Object ()
 
template<typename T >
valueOf ()
 
 operator double () const
 
Objectoperator[] (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)
 

Constructor & Destructor Documentation

◆ HTMLAllCollection()

client::HTMLAllCollection::HTMLAllCollection ( )

Member Function Documentation

◆ get_length()

double client::HTMLAllCollection::get_length ( )

◆ get_prototype()

HTMLAllCollection* client::HTMLAllCollection::get_prototype ( )

◆ item() [1/2]

HTMLCollection* client::HTMLAllCollection::item ( )

◆ item() [2/2]

HTMLCollection* client::HTMLAllCollection::item ( const String nameOrIndex)

◆ namedItem()

HTMLCollection* client::HTMLAllCollection::namedItem ( const String name)

◆ operator[]() [1/2]

Element*& client::HTMLAllCollection::operator[] ( int  index)
inline

◆ operator[]() [2/2]

Element* client::HTMLAllCollection::operator[] ( int  index) const
inline

◆ set_prototype()

void client::HTMLAllCollection::set_prototype ( HTMLAllCollection )