Monero
Classes | Public Member Functions | Private Types | Private Member Functions | Private Attributes | Friends | List of all members
testing::Expectation Class Reference

#include <gmock-spec-builders.h>

Collaboration diagram for testing::Expectation:
Collaboration graph
[legend]

Classes

class  Less
 

Public Member Functions

 Expectation ()
 
 ~Expectation ()
 
 Expectation (internal::ExpectationBase &exp)
 
bool operator== (const Expectation &rhs) const
 
bool operator!= (const Expectation &rhs) const
 

Private Types

typedef ::std::set< Expectation, LessSet
 

Private Member Functions

 Expectation (const internal::linked_ptr< internal::ExpectationBase > &expectation_base)
 
const internal::linked_ptr< internal::ExpectationBase > & expectation_base () const
 

Private Attributes

internal::linked_ptr< internal::ExpectationBaseexpectation_base_
 

Friends

class ExpectationSet
 
class Sequence
 
class ::testing::internal::ExpectationBase
 
class ::testing::internal::UntypedFunctionMockerBase
 
template<typename F >
class ::testing::internal::FunctionMockerBase
 
template<typename F >
class ::testing::internal::TypedExpectation
 

Member Typedef Documentation

◆ Set

typedef ::std::set<Expectation, Less> testing::Expectation::Set
private

Constructor & Destructor Documentation

◆ Expectation() [1/3]

testing::Expectation::Expectation ( )

◆ ~Expectation()

testing::Expectation::~Expectation ( )

◆ Expectation() [2/3]

testing::Expectation::Expectation ( internal::ExpectationBase exp)
inline

◆ Expectation() [3/3]

testing::Expectation::Expectation ( const internal::linked_ptr< internal::ExpectationBase > &  expectation_base)
private

Member Function Documentation

◆ expectation_base()

const internal::linked_ptr<internal::ExpectationBase>& testing::Expectation::expectation_base ( ) const
inlineprivate

◆ operator!=()

bool testing::Expectation::operator!= ( const Expectation rhs) const
inline

◆ operator==()

bool testing::Expectation::operator== ( const Expectation rhs) const
inline

Friends And Related Function Documentation

◆ ::testing::internal::ExpectationBase

friend class ::testing::internal::ExpectationBase
friend

◆ ::testing::internal::FunctionMockerBase

template<typename F >
friend class ::testing::internal::FunctionMockerBase
friend

◆ ::testing::internal::TypedExpectation

template<typename F >
friend class ::testing::internal::TypedExpectation
friend

◆ ::testing::internal::UntypedFunctionMockerBase

◆ ExpectationSet

friend class ExpectationSet
friend

◆ Sequence

friend class Sequence
friend

Member Data Documentation

◆ expectation_base_

internal::linked_ptr<internal::ExpectationBase> testing::Expectation::expectation_base_
private

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