Electroneum
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

◆ StaticBoolFromString()

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

Definition at line 230 of file gmock_link_test.h.

230 { return true; }
Here is the caller graph for this function:

◆ StaticIntFromString()

static int InvokeHelper::StaticIntFromString ( char *  )
inlinestatic

Definition at line 229 of file gmock_link_test.h.

229 { return 1; }
Here is the caller graph for this function:

◆ StaticVoidFromString()

static void InvokeHelper::StaticVoidFromString ( char *  )
inlinestatic

Definition at line 227 of file gmock_link_test.h.

227 {}
Here is the caller graph for this function:

◆ StaticVoidFromVoid()

static void InvokeHelper::StaticVoidFromVoid ( )
inlinestatic

Definition at line 225 of file gmock_link_test.h.

225 {}
Here is the caller graph for this function:

◆ VoidFromString()

void InvokeHelper::VoidFromString ( char *  )
inline

Definition at line 228 of file gmock_link_test.h.

228 {}
Here is the caller graph for this function:

◆ VoidFromVoid()

void InvokeHelper::VoidFromVoid ( )
inline

Definition at line 226 of file gmock_link_test.h.

226 {}
Here is the caller graph for this function:

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