v8toolkit  0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
Public Member Functions | List of all members
v8toolkit::CastToJS< T ** > Struct Template Reference

#include <casts.hpp>

Public Member Functions

v8::Local< v8::Value > operator() (v8::Isolate *isolate, const T **multi_pointer)
 

Detailed Description

template<class T>
struct v8toolkit::CastToJS< T ** >

Definition at line 587 of file casts.hpp.

Member Function Documentation

template<class T >
v8::Local<v8::Value> v8toolkit::CastToJS< T ** >::operator() ( v8::Isolate *  isolate,
const T **  multi_pointer 
)
inline

Definition at line 588 of file casts.hpp.


The documentation for this struct was generated from the following file: