v8toolkit
0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
|
#include <v8helpers.h>
Public Member Functions | |
virtual | ~AnyBase () |
AnyBase (const std::string type_name) | |
Public Attributes | |
std::string | type_name |
Definition at line 527 of file v8helpers.h.
|
virtual |
Definition at line 837 of file v8toolkit.cpp.
|
inline |
Definition at line 533 of file v8helpers.h.
std::string v8toolkit::AnyBase::type_name |
Definition at line 531 of file v8helpers.h.
Referenced by v8toolkit::CastToNative< std::unique_ptr< T, Rest... >, std::enable_if_t< is_wrapped_type_v< T > > >::callable(), v8toolkit::TypeChecker< T, TypeList<> >::check(), and v8toolkit::TypeChecker< T, v8toolkit::TypeList< Head, Tail... >, std::enable_if_t<!std::is_const< T >::value &&std::is_const< Head >::value > >::check().