#include <clientlib.h>
Inherits client::Object.
Inherited by client::HTMLAreasCollection, client::HTMLCollection, client::HTMLCollectionOf< T >, client::HTMLFormControlsCollection, and client::HTMLCollectionOf< HTMLOptionElement >.
◆ get_length()
double client::HTMLCollectionBase::get_length |
( |
| ) |
|
◆ item()
Element* client::HTMLCollectionBase::item |
( |
double |
index | ) |
|
◆ operator[]() [1/2]
Element*& client::HTMLCollectionBase::operator[] |
( |
int |
index | ) |
|
|
inline |
◆ operator[]() [2/2]
Element* client::HTMLCollectionBase::operator[] |
( |
int |
index | ) |
const |
|
inline |