![]() |
API documentation
2.0rc1
|
#include <clientlib.h>
Inherits client::Object.
Public Member Functions | |
bool | get_configurable () |
void | set_configurable (bool) |
bool | get_enumerable () |
void | set_enumerable (bool) |
Object * | get_value () |
void | set_value (Object *) |
bool | get_writable () |
void | set_writable (bool) |
Object * | get () |
void | set (Object *v) |
![]() | |
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) |
Object* client::PropertyDescriptor::get | ( | ) |
bool client::PropertyDescriptor::get_configurable | ( | ) |
bool client::PropertyDescriptor::get_enumerable | ( | ) |
Object* client::PropertyDescriptor::get_value | ( | ) |
bool client::PropertyDescriptor::get_writable | ( | ) |
void client::PropertyDescriptor::set | ( | Object * | v | ) |
void client::PropertyDescriptor::set_configurable | ( | bool | ) |
void client::PropertyDescriptor::set_enumerable | ( | bool | ) |
void client::PropertyDescriptor::set_value | ( | Object * | ) |
void client::PropertyDescriptor::set_writable | ( | bool | ) |