Orxonox  0.0.5 Codename: Arcturus
Classes | Public Member Functions | Private Types | Private Member Functions | Private Attributes | Friends | List of all members
testing::Expectation Class Reference

#include </home/jenkins/workspace/orxonox_doxygen_trunk/src/external/gmock/include/gmock/gmock-spec-builders.h>

Classes

class  Less
 

Public Member Functions

 Expectation ()
 
 Expectation (internal::ExpectationBase &exp)
 
 ~Expectation ()
 
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 ::testing::internal::ExpectationBase
 
template<typename F >
class ::testing::internal::FunctionMockerBase
 
template<typename F >
class ::testing::internal::TypedExpectation
 
class ::testing::internal::UntypedFunctionMockerBase
 
class ExpectationSet
 
class Sequence
 

Member Typedef Documentation

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

Constructor & Destructor Documentation

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

Member Function Documentation

const internal::linked_ptr<internal::ExpectationBase>& testing::Expectation::expectation_base ( ) const
inlineprivate
bool testing::Expectation::operator!= ( const Expectation rhs) const
inline
bool testing::Expectation::operator== ( const Expectation rhs) const
inline

Friends And Related Function Documentation

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

Member Data Documentation

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

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