proxygen
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
 
 NotCopyable (int a_value)
 
int value () const
 
bool operator== (const NotCopyable &rhs) const
 
bool operator>= (const NotCopyable &rhs) const
 
 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)
 
 GTEST_DISALLOW_COPY_AND_ASSIGN_ (NotCopyable)
 
 GTEST_DISALLOW_COPY_AND_ASSIGN_ (NotCopyable)
 

Private Attributes

int value_
 

Detailed Description

Definition 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.

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

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

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

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

Member Function Documentation

testing::gmock_matchers_test::NotCopyable::GTEST_DISALLOW_COPY_AND_ASSIGN_ ( NotCopyable  )
private
testing::gmock_matchers_test::NotCopyable::GTEST_DISALLOW_COPY_AND_ASSIGN_ ( NotCopyable  )
private
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.

References value, and value().

4042  {
4043  return value() == rhs.value();
4044  }
FOLLY_PUSH_WARNING RHS rhs
Definition: Traits.h:649
bool testing::gmock_matchers_test::NotCopyable::operator== ( const NotCopyable rhs) const
inline

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

References value, and value().

4042  {
4043  return value() == rhs.value();
4044  }
FOLLY_PUSH_WARNING RHS rhs
Definition: Traits.h:649
bool testing::gmock_matchers_test::NotCopyable::operator== ( const NotCopyable rhs) const
inline

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

References value, and value().

4042  {
4043  return value() == rhs.value();
4044  }
FOLLY_PUSH_WARNING RHS rhs
Definition: Traits.h:649
bool testing::gmock_matchers_test::NotCopyable::operator>= ( const NotCopyable rhs) const
inline

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

References value, and value().

4046  {
4047  return value() >= rhs.value();
4048  }
FOLLY_PUSH_WARNING RHS rhs
Definition: Traits.h:649
int testing::gmock_matchers_test::NotCopyable::value ( ) const
inline

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

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

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

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

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

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

Member Data Documentation

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

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


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