tesseract v5.3.3.20231005
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 228 of file gmock_link_test.h.

Member Function Documentation

◆ StaticBoolFromString()

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

Definition at line 235 of file gmock_link_test.h.

235{ return true; }

◆ StaticIntFromString()

static int InvokeHelper::StaticIntFromString ( char *  )
inlinestatic

Definition at line 234 of file gmock_link_test.h.

234{ return 1; }

◆ StaticVoidFromString()

static void InvokeHelper::StaticVoidFromString ( char *  )
inlinestatic

Definition at line 232 of file gmock_link_test.h.

232{}

◆ StaticVoidFromVoid()

static void InvokeHelper::StaticVoidFromVoid ( )
inlinestatic

Definition at line 230 of file gmock_link_test.h.

230{}

◆ VoidFromString()

void InvokeHelper::VoidFromString ( char *  )
inline

Definition at line 233 of file gmock_link_test.h.

233{}

◆ VoidFromVoid()

void InvokeHelper::VoidFromVoid ( )
inline

Definition at line 231 of file gmock_link_test.h.

231{}

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