Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
testing::gmock_matchers_test::IntValue Class Reference

Public Member Functions

 IntValue (int a_value)
 
int value () const
 

Detailed Description

Definition at line 620 of file gmock-matchers_test.cc.

Constructor & Destructor Documentation

◆ IntValue()

testing::gmock_matchers_test::IntValue::IntValue ( int a_value)
inlineexplicit

Definition at line 624 of file gmock-matchers_test.cc.

624: value_(a_value) {}

Member Function Documentation

◆ value()

int testing::gmock_matchers_test::IntValue::value ( ) const
inline

Definition at line 626 of file gmock-matchers_test.cc.

626{ return value_; }

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