v8toolkit
0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
Main Page
Namespaces
Classes
Files
File List
File Members
include
wrapped_class_base.h
Go to the documentation of this file.
1
#pragma once
2
3
namespace
v8toolkit
{
4
// Inheriting from this gives hints to the system that you are a wrapped type
5
// However, it is not required, just simpler.
6
class
WrappedClassBase {};
7
8
}
v8toolkit
Definition:
sample.cpp:102
Generated on Mon May 22 2017 12:46:59 for v8toolkit by
1.8.11