v8toolkit  0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
Functions
ast_action.cpp File Reference
#include "ast_action.h"
Include dependency graph for ast_action.cpp:

Go to the source code of this file.

Functions

static FrontendPluginRegistry::Add< PrintFunctionNamesActionX ("v8toolkit-generate-bindings","generate v8toolkit bindings")
 
void write_classes (int file_count, vector< WrappedClass * > &classes, bool last_one)
 

Function Documentation

static FrontendPluginRegistry::Add<PrintFunctionNamesAction> X ( "v8toolkit-generate-bindings"  ,
"generate v8toolkit bindings"   
)
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().

Here is the caller graph for this function: