v8toolkit
0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
|
#include "ast_action.h"
Go to the source code of this file.
Functions | |
static FrontendPluginRegistry::Add< PrintFunctionNamesAction > | X ("v8toolkit-generate-bindings","generate v8toolkit bindings") |
void | write_classes (int file_count, vector< WrappedClass * > &classes, bool last_one) |
|
static |
void write_classes | ( | int | file_count, |
vector< WrappedClass * > & | classes, | ||
bool | last_one | ||
) |
Definition at line 14 of file ast_action.cpp.
References header_for_every_class_wrapper_file, includes_for_every_class_wrapper_file, never_include_for_any_file, and print_logging.
Referenced by generate_bindings().