v8toolkit  0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
Public Member Functions | Public Attributes | List of all members
v8toolkit::AnyBase Struct Reference

#include <v8helpers.h>

Inheritance diagram for v8toolkit::AnyBase:
Inheritance graph
[legend]
Collaboration diagram for v8toolkit::AnyBase:
Collaboration graph
[legend]

Public Member Functions

virtual ~AnyBase ()
 
 AnyBase (const std::string type_name)
 

Public Attributes

std::string type_name
 

Detailed Description

Definition at line 527 of file v8helpers.h.

Constructor & Destructor Documentation

v8toolkit::AnyBase::~AnyBase ( )
virtual

Definition at line 837 of file v8toolkit.cpp.

v8toolkit::AnyBase::AnyBase ( const std::string  type_name)
inline

Definition at line 533 of file v8helpers.h.

Member Data Documentation

std::string v8toolkit::AnyBase::type_name

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