Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
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 229 of file gmock_link_test.h.

Member Function Documentation

◆ StaticBoolFromString()

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

Definition at line 236 of file gmock_link_test.h.

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

◆ StaticIntFromString()

static int InvokeHelper::StaticIntFromString ( char * )
inlinestatic

Definition at line 235 of file gmock_link_test.h.

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

◆ StaticVoidFromString()

static void InvokeHelper::StaticVoidFromString ( char * )
inlinestatic

Definition at line 233 of file gmock_link_test.h.

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

◆ StaticVoidFromVoid()

static void InvokeHelper::StaticVoidFromVoid ( )
inlinestatic

Definition at line 231 of file gmock_link_test.h.

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

◆ VoidFromString()

void InvokeHelper::VoidFromString ( char * )
inline

Definition at line 234 of file gmock_link_test.h.

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

◆ VoidFromVoid()

void InvokeHelper::VoidFromVoid ( )
inline

Definition at line 232 of file gmock_link_test.h.

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

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