v8toolkit  0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
FunctionTemplate Struct Reference
Collaboration diagram for FunctionTemplate:
Collaboration graph
[legend]

Public Member Functions

 FunctionTemplate (const FunctionDecl *decl)
 
void instantiated ()
 

Static Public Member Functions

static FunctionTemplateget_or_create (const FunctionDecl *decl)
 

Public Attributes

std::string name
 
const FunctionDecl * decl
 
int instantiations = 0
 

Detailed Description

Definition at line 381 of file class_parser.cpp.

Constructor & Destructor Documentation

FunctionTemplate::FunctionTemplate ( const FunctionDecl *  decl)
inline

Definition at line 389 of file class_parser.cpp.

Member Function Documentation

void FunctionTemplate::instantiated ( )
inline

Definition at line 394 of file class_parser.cpp.

Referenced by ClassHandler::run().

Here is the caller graph for this function:

static FunctionTemplate& FunctionTemplate::get_or_create ( const FunctionDecl *  decl)
inlinestatic

Definition at line 397 of file class_parser.cpp.

Referenced by ClassHandler::run().

Here is the caller graph for this function:

Member Data Documentation

std::string FunctionTemplate::name

Definition at line 382 of file class_parser.cpp.

const FunctionDecl* FunctionTemplate::decl

Definition at line 386 of file class_parser.cpp.

int FunctionTemplate::instantiations = 0

Definition at line 387 of file class_parser.cpp.


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