Monero
Loading...
Searching...
No Matches
Public Member Functions | Private Member Functions | Private Attributes | List of all members
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_
 

Constructor & Destructor Documentation

◆ NotCopyable()

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

Member Function Documentation

◆ GTEST_DISALLOW_COPY_AND_ASSIGN_()

testing::gmock_matchers_test::NotCopyable::GTEST_DISALLOW_COPY_AND_ASSIGN_ ( NotCopyable )
private

◆ operator==()

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

◆ operator>=()

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

◆ value()

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

Member Data Documentation

◆ value_

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

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