Monero
Loading...
Searching...
No Matches
testing::ExpectationSet Class Reference

#include <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)
bool operator== (const ExpectationSet &rhs) const
bool operator!= (const ExpectationSet &rhs) const
ExpectationSetoperator+= (const Expectation &e)
int size () const
const_iterator begin () const
const_iterator end () const

Private Attributes

Expectation::Set expectations_

Member Typedef Documentation

◆ const_iterator

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

◆ value_type

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

Constructor & Destructor Documentation

◆ ExpectationSet() [1/3]

testing::ExpectationSet::ExpectationSet ( )
inline

◆ ExpectationSet() [2/3]

testing::ExpectationSet::ExpectationSet ( internal::ExpectationBase & exp)
inline

◆ ExpectationSet() [3/3]

testing::ExpectationSet::ExpectationSet ( const Expectation & e)
inline

Member Function Documentation

◆ begin()

const_iterator testing::ExpectationSet::begin ( ) const
inline

◆ end()

const_iterator testing::ExpectationSet::end ( ) const
inline

◆ operator!=()

bool testing::ExpectationSet::operator!= ( const ExpectationSet & rhs) const
inline

◆ operator+=()

ExpectationSet & testing::ExpectationSet::operator+= ( const Expectation & e)
inline

◆ operator==()

bool testing::ExpectationSet::operator== ( const ExpectationSet & rhs) const
inline

◆ size()

int testing::ExpectationSet::size ( ) const
inline

Member Data Documentation

◆ expectations_

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

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