v8toolkit
0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
|
#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 |
Definition at line 563 of file gmock-spec-builders.h.
typedef Expectation::Set::const_iterator testing::ExpectationSet::const_iterator |
Definition at line 566 of file gmock-spec-builders.h.
typedef Expectation::Set::value_type testing::ExpectationSet::value_type |
Definition at line 569 of file gmock-spec-builders.h.
|
inline |
Definition at line 572 of file gmock-spec-builders.h.
|
inline |
Definition at line 577 of file gmock-spec-builders.h.
|
inline |
Definition at line 584 of file gmock-spec-builders.h.
|
inline |
Definition at line 593 of file gmock-spec-builders.h.
|
inline |
Definition at line 597 of file gmock-spec-builders.h.
|
inline |
Definition at line 601 of file gmock-spec-builders.h.
|
inline |
Definition at line 606 of file gmock-spec-builders.h.
|
inline |
Definition at line 608 of file gmock-spec-builders.h.
Referenced by testing::internal::TypedExpectation< F >::After().
|
inline |
Definition at line 609 of file gmock-spec-builders.h.
Referenced by testing::internal::TypedExpectation< F >::After().