![]() |
API documentation
2.0rc1
|
#include <clientlib.h>
Inherits client::Object.
Public Member Functions | |
| Array * | get_attributeFilter () |
| void | set_attributeFilter (Array *) |
| bool | get_attributeOldValue () |
| void | set_attributeOldValue (bool) |
| bool | get_attributes () |
| void | set_attributes (bool) |
| bool | get_characterData () |
| void | set_characterData (bool) |
| bool | get_characterDataOldValue () |
| void | set_characterDataOldValue (bool) |
| bool | get_childList () |
| void | set_childList (bool) |
| bool | get_subtree () |
| void | set_subtree (bool) |
Public Member Functions inherited from client::Object | |
| 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) |
| Array* client::MutationObserverInit::get_attributeFilter | ( | ) |
| bool client::MutationObserverInit::get_attributeOldValue | ( | ) |
| bool client::MutationObserverInit::get_attributes | ( | ) |
| bool client::MutationObserverInit::get_characterData | ( | ) |
| bool client::MutationObserverInit::get_characterDataOldValue | ( | ) |
| bool client::MutationObserverInit::get_childList | ( | ) |
| bool client::MutationObserverInit::get_subtree | ( | ) |
| void client::MutationObserverInit::set_attributeFilter | ( | Array * | ) |
| void client::MutationObserverInit::set_attributeOldValue | ( | bool | ) |
| void client::MutationObserverInit::set_attributes | ( | bool | ) |
| void client::MutationObserverInit::set_characterData | ( | bool | ) |
| void client::MutationObserverInit::set_characterDataOldValue | ( | bool | ) |
| void client::MutationObserverInit::set_childList | ( | bool | ) |
| void client::MutationObserverInit::set_subtree | ( | bool | ) |
1.8.13