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

#include <clientlib.h>

Inherits client::DOMTokenList.

Public Member Functions

Stringget_value ()
 
void set_value (const String &)
 
DOMSettableTokenListget_prototype ()
 
void set_prototype (DOMSettableTokenList *)
 
 DOMSettableTokenList ()
 
- Public Member Functions inherited from client::DOMTokenList
double get_length ()
 
template<typename... Args>
void add (Args &&... tokens)
 
void add ()
 
bool contains (const String &token)
 
Stringitem (double index)
 
template<typename... Args>
void remove (Args &&... tokens)
 
void remove ()
 
void replace (const String &oldToken, const String &newToken)
 
StringtoString ()
 
bool toggle (const String &token)
 
bool toggle (const String &token, bool force)
 
String *& operator[] (int index)
 
Stringoperator[] (int index) const
 
DOMTokenListget_prototype ()
 
void set_prototype (DOMTokenList *)
 
 DOMTokenList ()
 
- 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

◆ DOMSettableTokenList()

client::DOMSettableTokenList::DOMSettableTokenList ( )

Member Function Documentation

◆ get_prototype()

DOMSettableTokenList* client::DOMSettableTokenList::get_prototype ( )

◆ get_value()

String* client::DOMSettableTokenList::get_value ( )

◆ set_prototype()

void client::DOMSettableTokenList::set_prototype ( DOMSettableTokenList )

◆ set_value()

void client::DOMSettableTokenList::set_value ( const String )