v8toolkit
0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
|
Public Member Functions | |
A (A *a=nullptr) | |
bool | some_bool_func (bool, bool *, bool &) |
V8TOOLKIT_USE_NAME (OtherA) A() | |
Static Public Member Functions | |
static V8TOOLKIT_CUSTOM_EXTENSION void | custom_extension () |
Public Attributes | |
bool | test_bool_type_string |
Definition at line 8 of file sample.cpp.
A::A | ( | A * | a = nullptr | ) |
|
static |
bool A::some_bool_func | ( | bool | , |
bool * | , | ||
bool & | |||
) |
A::V8TOOLKIT_USE_NAME | ( | OtherA | ) |
bool A::test_bool_type_string |
Definition at line 14 of file sample.cpp.