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

Public Member Functions

 Uncopyable ()
 
 Uncopyable (int a_value)
 
int value () const
 
void set_value (int i)
 

Private Member Functions

 GTEST_DISALLOW_COPY_AND_ASSIGN_ (Uncopyable)
 

Private Attributes

int value_
 

Detailed Description

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

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

Constructor & Destructor Documentation

testing::gmock_matchers_test::Uncopyable::Uncopyable ( )
inline

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

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

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

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

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

Member Function Documentation

testing::gmock_matchers_test::Uncopyable::GTEST_DISALLOW_COPY_AND_ASSIGN_ ( Uncopyable  )
private
void testing::gmock_matchers_test::Uncopyable::set_value ( int  i)
inline

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

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

References i.

Referenced by testing::gmock_matchers_test::TEST(), and testing::gmock_matchers_test::TEST_F().

+ Here is the caller graph for this function:

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

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

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

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

+ Here is the caller graph for this function:

Member Data Documentation

int testing::gmock_matchers_test::Uncopyable::value_
private

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

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


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