proxygen
testing::gmock_matchers_test::Uncopyable Class Reference

Public Member Functions

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

Private Member Functions

 GTEST_DISALLOW_COPY_AND_ASSIGN_ (Uncopyable)
 
 GTEST_DISALLOW_COPY_AND_ASSIGN_ (Uncopyable)
 
 GTEST_DISALLOW_COPY_AND_ASSIGN_ (Uncopyable)
 

Private Attributes

int value_
 

Detailed Description

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

Constructor & Destructor Documentation

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

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

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

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

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

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

Member Function Documentation

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

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

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

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

Member Data Documentation

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

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


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