Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
testing::gmock_matchers_test::IntValue Class Reference

Public Member Functions

 IntValue (int a_value)
 
int value () const
 

Private Attributes

int value_
 

Detailed Description

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

View newest version in sPHENIX GitHub at line 537 of file gmock-matchers_test.cc

Constructor & Destructor Documentation

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

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

View newest version in sPHENIX GitHub at line 541 of file gmock-matchers_test.cc

Member Function Documentation

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

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

View newest version in sPHENIX GitHub at line 543 of file gmock-matchers_test.cc

References value_.

Referenced by testing::gmock_matchers_test::IsPositiveIntValue().

+ Here is the caller graph for this function:

Member Data Documentation

int testing::gmock_matchers_test::IntValue::value_
private

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

View newest version in sPHENIX GitHub at line 545 of file gmock-matchers_test.cc

Referenced by value().


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