Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
GeneratorEvaluationTest Class Reference
Inheritance diagram for GeneratorEvaluationTest:
Collaboration diagram for GeneratorEvaluationTest:

Static Public Member Functions

static int param_value ()
 
static void set_param_value (int param_value)
 

Detailed Description

Definition at line 745 of file gtest-param-test_test.cc.

Member Function Documentation

◆ param_value()

static int GeneratorEvaluationTest::param_value ( )
inlinestatic

Definition at line 747 of file gtest-param-test_test.cc.

747{ return param_value_; }
Here is the caller graph for this function:

◆ set_param_value()

static void GeneratorEvaluationTest::set_param_value ( int param_value)
inlinestatic

Definition at line 748 of file gtest-param-test_test.cc.

748{ param_value_ = param_value; }
Here is the call graph for this function:
Here is the caller graph for this function:

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