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
v8toolkit::Stuff< T > Struct Template Reference

#include <v8helpers.h>

Inheritance diagram for v8toolkit::Stuff< T >:
Inheritance graph
[legend]
Collaboration diagram for v8toolkit::Stuff< T >:
Collaboration graph
[legend]

Public Member Functions

 Stuff (T &&t)
 
 Stuff (std::unique_ptr< T > t)
 
T * get ()
 

Static Public Member Functions

static std::unique_ptr< Stuff< T > > stuffer (T &&t)
 
static std::unique_ptr< Stuff< T > > stuffer (T const &t)
 

Public Attributes

std::unique_ptr< T > stuffed
 

Detailed Description

template<class T>
struct v8toolkit::Stuff< T >

Definition at line 567 of file v8helpers.h.

Constructor & Destructor Documentation

template<class T>
v8toolkit::Stuff< T >::Stuff ( T &&  t)
inline

Definition at line 568 of file v8helpers.h.

template<class T>
v8toolkit::Stuff< T >::Stuff ( std::unique_ptr< T >  t)
inline

Definition at line 569 of file v8helpers.h.

Member Function Documentation

template<class T>
static std::unique_ptr<Stuff<T> > v8toolkit::Stuff< T >::stuffer ( T &&  t)
inlinestatic

Definition at line 572 of file v8helpers.h.

References testing::internal::move().

Here is the call graph for this function:

template<class T>
static std::unique_ptr<Stuff<T> > v8toolkit::Stuff< T >::stuffer ( T const &  t)
inlinestatic

Definition at line 573 of file v8helpers.h.

References testing::internal::move().

Here is the call graph for this function:

template<class T>
T* v8toolkit::Stuff< T >::get ( )
inline

Member Data Documentation

template<class T>
std::unique_ptr<T> v8toolkit::Stuff< T >::stuffed

Definition at line 576 of file v8helpers.h.


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