Monero
Loading...
Searching...
No Matches
Classes | Public Types | Public Member Functions | Private Attributes | Friends | List of all members
testing::gmock_matchers_test::Streamlike< T > Class Template Reference

Classes

class  ConstIter
 

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
 

Private Attributes

std::list< value_typeremainder_
 

Friends

std::ostream & operator<< (std::ostream &os, const Streamlike &s)
 

Member Typedef Documentation

◆ const_iterator

template<typename T >
typedef ConstIter testing::gmock_matchers_test::Streamlike< T >::const_iterator

◆ value_type

template<typename T >
typedef T testing::gmock_matchers_test::Streamlike< T >::value_type

Constructor & Destructor Documentation

◆ Streamlike()

template<typename T >
template<typename InIter >
testing::gmock_matchers_test::Streamlike< T >::Streamlike ( InIter first,
InIter last )
inline

Member Function Documentation

◆ begin()

template<typename T >
const_iterator testing::gmock_matchers_test::Streamlike< T >::begin ( ) const
inline

◆ end()

template<typename T >
const_iterator testing::gmock_matchers_test::Streamlike< T >::end ( ) const
inline

Friends And Related Symbol Documentation

◆ operator<<

template<typename T >
std::ostream & operator<< ( std::ostream & os,
const Streamlike< T > & s )
friend

Member Data Documentation

◆ remainder_

template<typename T >
std::list<value_type> testing::gmock_matchers_test::Streamlike< T >::remainder_
mutableprivate

The documentation for this class was generated from the following file: