|
Monero
|
#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 |
| ExpectationSet & | operator+= (const Expectation &e) |
| int | size () const |
| const_iterator | begin () const |
| const_iterator | end () const |
Private Attributes | |
| Expectation::Set | expectations_ |
| typedef Expectation::Set::const_iterator testing::ExpectationSet::const_iterator |
| typedef Expectation::Set::value_type testing::ExpectationSet::value_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |