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
InvokeHelper Class Reference

#include <gmock_link_test.h>

Public Member Functions

void VoidFromVoid ()
 
void VoidFromString (char *)
 

Static Public Member Functions

static void StaticVoidFromVoid ()
 
static void StaticVoidFromString (char *)
 
static int StaticIntFromString (char *)
 
static bool StaticBoolFromString (const char *)
 

Detailed Description

Definition at line 223 of file gmock_link_test.h.

Member Function Documentation

static void InvokeHelper::StaticVoidFromVoid ( )
inlinestatic

Definition at line 225 of file gmock_link_test.h.

Referenced by TEST().

Here is the caller graph for this function:

void InvokeHelper::VoidFromVoid ( )
inline

Definition at line 226 of file gmock_link_test.h.

Referenced by TEST().

Here is the caller graph for this function:

static void InvokeHelper::StaticVoidFromString ( char *  )
inlinestatic

Definition at line 227 of file gmock_link_test.h.

Referenced by TEST().

Here is the caller graph for this function:

void InvokeHelper::VoidFromString ( char *  )
inline

Definition at line 228 of file gmock_link_test.h.

Referenced by TEST().

Here is the caller graph for this function:

static int InvokeHelper::StaticIntFromString ( char *  )
inlinestatic

Definition at line 229 of file gmock_link_test.h.

Referenced by TEST().

Here is the caller graph for this function:

static bool InvokeHelper::StaticBoolFromString ( const char *  )
inlinestatic

Definition at line 230 of file gmock_link_test.h.

Referenced by TEST().

Here is the caller graph for this function:


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