v8toolkit  0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
Public Member Functions | Static Public Member Functions | List of all members
v8toolkit::CastToNative< const char * > Struct Template Reference

#include <casts.hpp>

Public Member Functions

std::unique_ptr< char[]> operator() (v8::Isolate *isolate, v8::Local< v8::Value > value) const
 

Static Public Member Functions

static constexpr bool callable ()
 

Detailed Description

template<>
struct v8toolkit::CastToNative< const char * >

Definition at line 290 of file casts.hpp.

Member Function Documentation

std::unique_ptr<char[]> v8toolkit::CastToNative< const char * >::operator() ( v8::Isolate *  isolate,
v8::Local< v8::Value >  value 
) const
inline

Definition at line 291 of file casts.hpp.

References HANDLE_FUNCTION_VALUES.

static constexpr bool v8toolkit::CastToNative< const char * >::callable ( )
inlinestatic

Definition at line 295 of file casts.hpp.

References v8toolkit::CAST_TO_NATIVE(), and HANDLE_FUNCTION_VALUES.

Here is the call graph for this function:


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