#include <qnapi_p.h>
Definition at line 116 of file qnapi_p.h.
◆ Object()
| Object::Object |
( |
const Napi::Object & | other | ) |
|
|
inline |
◆ call()
| Result Object::call |
( |
const std::string & | methodName, |
|
|
const std::vector< ValueWrapper > & | args = {} ) const |
◆ eval()
template<typename T>
| T Object::eval |
( |
const std::string & | expr, |
|
|
const std::vector< ValueWrapper > & | exprArgs = {} ) const |
◆ get() [1/2]
template<typename T>
| T Object::get |
( |
const Napi::Name & | name | ) |
const |
◆ get() [2/2]
template<typename T>
| T Object::get |
( |
const std::string & | expr | ) |
const |
◆ New()
| Object Object::New |
( |
napi_env | env | ) |
|
|
inlinestatic |
◆ operator=()
| Object & Object::operator= |
( |
const Napi::Object & | other | ) |
|
|
inline |
◆ set() [1/3]
◆ set() [2/3]
◆ set() [3/3]
| void Object::set |
( |
const std::vector< std::pair< std::string, ValueWrapper > > & | namedValues | ) |
|
|
inline |
The documentation for this class was generated from the following files: