#include <gmock.h>
Public Types | |
typedef Expectation::Set::const_iterator | const_iterator |
typedef Expectation::Set::value_type | value_type |
Public Member Functions | |
const_iterator | begin () const |
const_iterator | end () const |
ExpectationSet () | |
ExpectationSet (const Expectation &e) | |
ExpectationSet (internal::ExpectationBase &exp) | |
bool | operator!= (const ExpectationSet &rhs) const |
ExpectationSet & | operator+= (const Expectation &e) |
bool | operator== (const ExpectationSet &rhs) const |
int | size () const |
Private Attributes | |
Expectation::Set | expectations_ |
Definition at line 9741 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
typedef Expectation::Set::const_iterator testing::ExpectationSet::const_iterator |
Definition at line 9744 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
typedef Expectation::Set::value_type testing::ExpectationSet::value_type |
Definition at line 9747 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
inline |
Definition at line 9750 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
inline |
Definition at line 9755 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
inline |
Definition at line 9762 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
inline |
Definition at line 9786 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
inline |
Definition at line 9787 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
inline |
Definition at line 9775 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
inline |
Definition at line 9779 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
inline |
Definition at line 9771 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
inline |
Definition at line 9784 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
private |
Definition at line 9790 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.