Electroneum
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 223 of file gmock_link_test.h.

Member Function Documentation

◆ StaticBoolFromString()

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()

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()

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()

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:
  • /home/abuild/rpmbuild/BUILD/electroneum-5.1.3.1-build/electroneum-5.1.3.1/external/rapidjson/thirdparty/gtest/googlemock/test/gmock_link_test.h