v8toolkit  0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
Classes | Namespaces
call_callable.h File Reference
#include <tuple>
#include <v8.h>
#include "v8helpers.h"
#include "casts.hpp"
#include "parameter_builder.h"
#include "stdfunctionreplacement.h"
Include dependency graph for call_callable.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  v8toolkit::CallCallable< Function, T >
 
struct  v8toolkit::CallCallable< func::function< ReturnType(InitialArg, Args...)>, InitialArg >
 
struct  v8toolkit::CallCallable< func::function< void(InitialArg, Args...)>, InitialArg >
 
struct  v8toolkit::CallCallable< func::function< ReturnType(Args...)> >
 
struct  v8toolkit::CallCallable< func::function< void(Args...)> >
 
struct  v8toolkit::function< void(const v8::FunctionCallbackInfo< v8::Value > &)>
 

Namespaces

 v8toolkit
 

Class Documentation

struct v8toolkit::CallCallable

template<class Function, class... T>
struct v8toolkit::CallCallable< Function, T >

Definition at line 21 of file call_callable.h.