Wire Sysio Wire Sysion 1.0.0
|
Public Types | |
typedef ConstIter | const_iterator |
typedef T | value_type |
Public Member Functions | |
template<typename InIter > | |
Streamlike (InIter first, InIter last) | |
const_iterator | begin () const |
const_iterator | end () const |
Friends | |
std::ostream & | operator<< (std::ostream &os, const Streamlike &s) |
Definition at line 5184 of file gmock-matchers_test.cc.
ConstIter testing::gmock_matchers_test::Streamlike< T >::const_iterator |
Definition at line 5188 of file gmock-matchers_test.cc.
T testing::gmock_matchers_test::Streamlike< T >::value_type |
Definition at line 5189 of file gmock-matchers_test.cc.
|
inline |
Definition at line 5192 of file gmock-matchers_test.cc.
|
inline |
Definition at line 5194 of file gmock-matchers_test.cc.
|
inline |
Definition at line 5197 of file gmock-matchers_test.cc.
|
friend |
Definition at line 5246 of file gmock-matchers_test.cc.