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

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

Public Types

typedef Expectation::Set::const_iterator const_iterator
 
typedef Expectation::Set::value_type value_type
 

Public Member Functions

 ExpectationSet ()
 
 ExpectationSet (internal::ExpectationBase &exp)
 
 ExpectationSet (const Expectation &e)
 
const_iterator begin () const
 
const_iterator end () const
 
bool operator!= (const ExpectationSet &rhs) const
 
ExpectationSetoperator+= (const Expectation &e)
 
bool operator== (const ExpectationSet &rhs) const
 
int size () const
 

Private Attributes

Expectation::Set expectations_
 

Member Typedef Documentation

typedef Expectation::Set::const_iterator testing::ExpectationSet::const_iterator
typedef Expectation::Set::value_type testing::ExpectationSet::value_type

Constructor & Destructor Documentation

testing::ExpectationSet::ExpectationSet ( )
inline
testing::ExpectationSet::ExpectationSet ( internal::ExpectationBase exp)
inline
testing::ExpectationSet::ExpectationSet ( const Expectation e)
inline

Member Function Documentation

const_iterator testing::ExpectationSet::begin ( ) const
inline
const_iterator testing::ExpectationSet::end ( ) const
inline
bool testing::ExpectationSet::operator!= ( const ExpectationSet rhs) const
inline
ExpectationSet& testing::ExpectationSet::operator+= ( const Expectation e)
inline
bool testing::ExpectationSet::operator== ( const ExpectationSet rhs) const
inline
int testing::ExpectationSet::size ( ) const
inline

Member Data Documentation

Expectation::Set testing::ExpectationSet::expectations_
private

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