|
| | RSNotification (const std::string &des, rs2_time_t time, rs2_log_severity severity, rs2_notification_category category, const std::string &serialized_data) |
| |
| void | DeleteMember (const char *name) |
| |
| | DictBase (v8::Local< v8::Object > source) |
| |
| | DictBase () |
| |
| v8::Local< v8::Value > | GetMember (const char *name) const |
| |
| v8::Local< v8::Value > | GetMember (const std::string &name) const |
| |
| v8::Local< v8::Object > | GetObject () const |
| |
| bool | IsMemberPresent (const char *name) const |
| |
| bool | IsMemberPresent (const std::string &name) const |
| |
| void | SetMember (const char *name, const char *value) |
| |
| void | SetMember (const char *name, v8::Local< v8::Value > value) |
| |
| void | SetMember (const char *name, const std::string &value) |
| |
| template<typename T , typename V , uint32_t len> |
| void | SetMemberArray (const char *name, V value[len]) |
| |
| template<typename T > |
| void | SetMemberT (const char *name, const T &value) |
| |
| void | SetMemberUndefined (const char *name) |
| |
| | ~DictBase () |
| |
Definition at line 372 of file addon.cpp.