#include <gmock.h>
Public Types | |
typedef Expectation::Set::const_iterator | const_iterator |
typedef Expectation::Set::const_iterator | const_iterator |
typedef Expectation::Set::value_type | value_type |
typedef Expectation::Set::value_type | value_type |
Public Member Functions | |
const_iterator | begin () const |
const_iterator | begin () const |
const_iterator | end () const |
const_iterator | end () const |
ExpectationSet () | |
ExpectationSet (internal::ExpectationBase &exp) | |
ExpectationSet (const Expectation &e) | |
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) |
ExpectationSet & | operator+= (const Expectation &e) |
bool | operator== (const ExpectationSet &rhs) const |
bool | operator== (const ExpectationSet &rhs) const |
int | size () const |
int | size () const |
Private Attributes | |
Expectation::Set | expectations_ |
Definition at line 9123 of file fused-src/gmock/gmock.h.
typedef Expectation::Set::const_iterator testing::ExpectationSet::const_iterator |
Definition at line 566 of file gmock-spec-builders.h.
typedef Expectation::Set::const_iterator testing::ExpectationSet::const_iterator |
Definition at line 9126 of file fused-src/gmock/gmock.h.
typedef Expectation::Set::value_type testing::ExpectationSet::value_type |
Definition at line 569 of file gmock-spec-builders.h.
typedef Expectation::Set::value_type testing::ExpectationSet::value_type |
Definition at line 9129 of file fused-src/gmock/gmock.h.
testing::ExpectationSet::ExpectationSet | ( | ) | [inline] |
Definition at line 9132 of file fused-src/gmock/gmock.h.
testing::ExpectationSet::ExpectationSet | ( | internal::ExpectationBase & | exp | ) | [inline] |
Definition at line 9137 of file fused-src/gmock/gmock.h.
testing::ExpectationSet::ExpectationSet | ( | const Expectation & | e | ) | [inline] |
Definition at line 9144 of file fused-src/gmock/gmock.h.
testing::ExpectationSet::ExpectationSet | ( | ) | [inline] |
Definition at line 572 of file gmock-spec-builders.h.
testing::ExpectationSet::ExpectationSet | ( | internal::ExpectationBase & | exp | ) | [inline] |
Definition at line 577 of file gmock-spec-builders.h.
testing::ExpectationSet::ExpectationSet | ( | const Expectation & | e | ) | [inline] |
Definition at line 584 of file gmock-spec-builders.h.
const_iterator testing::ExpectationSet::begin | ( | ) | const [inline] |
Definition at line 608 of file gmock-spec-builders.h.
const_iterator testing::ExpectationSet::begin | ( | ) | const [inline] |
Definition at line 9168 of file fused-src/gmock/gmock.h.
const_iterator testing::ExpectationSet::end | ( | ) | const [inline] |
Definition at line 609 of file gmock-spec-builders.h.
const_iterator testing::ExpectationSet::end | ( | ) | const [inline] |
Definition at line 9169 of file fused-src/gmock/gmock.h.
bool testing::ExpectationSet::operator!= | ( | const ExpectationSet & | rhs | ) | const [inline] |
Definition at line 597 of file gmock-spec-builders.h.
bool testing::ExpectationSet::operator!= | ( | const ExpectationSet & | rhs | ) | const [inline] |
Definition at line 9157 of file fused-src/gmock/gmock.h.
ExpectationSet& testing::ExpectationSet::operator+= | ( | const Expectation & | e | ) | [inline] |
Definition at line 601 of file gmock-spec-builders.h.
ExpectationSet& testing::ExpectationSet::operator+= | ( | const Expectation & | e | ) | [inline] |
Definition at line 9161 of file fused-src/gmock/gmock.h.
bool testing::ExpectationSet::operator== | ( | const ExpectationSet & | rhs | ) | const [inline] |
Definition at line 593 of file gmock-spec-builders.h.
bool testing::ExpectationSet::operator== | ( | const ExpectationSet & | rhs | ) | const [inline] |
Definition at line 9153 of file fused-src/gmock/gmock.h.
int testing::ExpectationSet::size | ( | ) | const [inline] |
Definition at line 606 of file gmock-spec-builders.h.
int testing::ExpectationSet::size | ( | ) | const [inline] |
Definition at line 9166 of file fused-src/gmock/gmock.h.
Definition at line 9172 of file fused-src/gmock/gmock.h.