![]() |
API documentation
2.0rc1
|
#include <clientlib.h>
Inherits client::Object.
Public Member Functions | |
| NodeList * | get_addedNodes () |
| String * | get_attributeName () |
| String * | get_attributeNamespace () |
| Node * | get_nextSibling () |
| String * | get_oldValue () |
| Node * | get_previousSibling () |
| NodeList * | get_removedNodes () |
| Node * | get_target () |
| String * | get_type () |
| MutationRecord * | get_prototype () |
| void | set_prototype (MutationRecord *) |
| MutationRecord () | |
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) |
| client::MutationRecord::MutationRecord | ( | ) |
| NodeList* client::MutationRecord::get_addedNodes | ( | ) |
| String* client::MutationRecord::get_attributeName | ( | ) |
| String* client::MutationRecord::get_attributeNamespace | ( | ) |
| Node* client::MutationRecord::get_nextSibling | ( | ) |
| String* client::MutationRecord::get_oldValue | ( | ) |
| Node* client::MutationRecord::get_previousSibling | ( | ) |
| MutationRecord* client::MutationRecord::get_prototype | ( | ) |
| NodeList* client::MutationRecord::get_removedNodes | ( | ) |
| Node* client::MutationRecord::get_target | ( | ) |
| String* client::MutationRecord::get_type | ( | ) |
| void client::MutationRecord::set_prototype | ( | MutationRecord * | ) |
1.8.13