v8toolkit
0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
|
#include <v8helpers.h>
Public Member Functions | |
MethodAdderData () | |
MethodAdderData (std::string const &, StdFunctionCallbackType const &) | |
Public Attributes | |
std::string | method_name |
StdFunctionCallbackType | callback |
Definition at line 43 of file v8helpers.h.
|
default |
v8toolkit::MethodAdderData::MethodAdderData | ( | std::string const & | method_name, |
StdFunctionCallbackType const & | callback | ||
) |
Definition at line 15 of file v8helpers.cpp.
std::string v8toolkit::MethodAdderData::method_name |
Definition at line 44 of file v8helpers.h.
StdFunctionCallbackType v8toolkit::MethodAdderData::callback |
Definition at line 45 of file v8helpers.h.
Referenced by v8toolkit::V8ClassWrapper< T, V8TOOLKIT_V8CLASSWRAPPER_USE_REAL_TEMPLATE_SFINAE >::_add_method().