Public Member Functions | |
RSIntrinsics (rs2_intrinsics intrinsics) | |
Public Member Functions inherited from DictBase | |
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 () | |
Additional Inherited Members | |
Protected Attributes inherited from DictBase | |
v8::Local< v8::Object > | v8obj_ |
|
inlineexplicit |