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

Public Member Functions

 WrappedString (std::string string)
 

Public Attributes

std::string string
 

Detailed Description

Definition at line 69 of file wrapped_types_test.cpp.

Constructor & Destructor Documentation

WrappedString::WrappedString ( std::string  string)
inline

Definition at line 72 of file wrapped_types_test.cpp.

References v8toolkit::CAST_TO_NATIVE().

Here is the call graph for this function:

Member Data Documentation

std::string WrappedString::string

Definition at line 71 of file wrapped_types_test.cpp.

Referenced by TEST_F(), and WrappedClassFixture::WrappedClassFixture().


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