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
A Class Reference
Inheritance diagram for A:
Inheritance graph
[legend]
Collaboration diagram for A:
Collaboration graph
[legend]

Public Member Functions

 A (A *a=nullptr)
 
bool some_bool_func (bool, bool *, bool &)
 
 V8TOOLKIT_USE_NAME (OtherA) A()
 

Static Public Member Functions

static V8TOOLKIT_CUSTOM_EXTENSION void custom_extension ()
 

Public Attributes

bool test_bool_type_string
 

Detailed Description

Definition at line 8 of file sample.cpp.

Constructor & Destructor Documentation

A::A ( A a = nullptr)

Member Function Documentation

static V8TOOLKIT_CUSTOM_EXTENSION void A::custom_extension ( )
static
bool A::some_bool_func ( bool  ,
bool *  ,
bool &   
)
A::V8TOOLKIT_USE_NAME ( OtherA  )

Referenced by Foo::templated_function().

Here is the caller graph for this function:

Member Data Documentation

bool A::test_bool_type_string

Definition at line 14 of file sample.cpp.


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