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

Public Member Functions

 NotCopyable (int a_value)
 
int value () const
 
bool operator== (const NotCopyable &rhs) const
 
bool operator>= (const NotCopyable &rhs) const
 

Private Member Functions

 GTEST_DISALLOW_COPY_AND_ASSIGN_ (NotCopyable)
 

Private Attributes

int value_
 

Detailed Description

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

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

Constructor & Destructor Documentation

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

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

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

Member Function Documentation

testing::gmock_matchers_test::NotCopyable::GTEST_DISALLOW_COPY_AND_ASSIGN_ ( NotCopyable  )
private
bool testing::gmock_matchers_test::NotCopyable::operator== ( const NotCopyable rhs) const
inline

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

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

References value, and value().

+ Here is the call graph for this function:

bool testing::gmock_matchers_test::NotCopyable::operator>= ( const NotCopyable rhs) const
inline

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

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

References value, and value().

+ Here is the call graph for this function:

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

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

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

Referenced by operator==(), and operator>=().

+ Here is the caller graph for this function:

Member Data Documentation

int testing::gmock_matchers_test::NotCopyable::value_
private

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

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


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