![]() |
API documentation
2.0rc1
|
#include <clientlib.h>
Inherits client::DOMTokenList.
Public Member Functions | |
String * | get_value () |
void | set_value (const String &) |
DOMSettableTokenList * | get_prototype () |
void | set_prototype (DOMSettableTokenList *) |
DOMSettableTokenList () | |
![]() | |
double | get_length () |
template<typename... Args> | |
void | add (Args &&... tokens) |
void | add () |
bool | contains (const String &token) |
String * | item (double index) |
template<typename... Args> | |
void | remove (Args &&... tokens) |
void | remove () |
void | replace (const String &oldToken, const String &newToken) |
String * | toString () |
bool | toggle (const String &token) |
bool | toggle (const String &token, bool force) |
String *& | operator[] (int index) |
String * | operator[] (int index) const |
DOMTokenList * | get_prototype () |
void | set_prototype (DOMTokenList *) |
DOMTokenList () | |
![]() | |
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::DOMSettableTokenList::DOMSettableTokenList | ( | ) |
DOMSettableTokenList* client::DOMSettableTokenList::get_prototype | ( | ) |
String* client::DOMSettableTokenList::get_value | ( | ) |
void client::DOMSettableTokenList::set_prototype | ( | DOMSettableTokenList * | ) |
void client::DOMSettableTokenList::set_value | ( | const String & | ) |