Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
testing::gmock_matchers_test::Streamlike< T > Class Template Reference
+ Collaboration diagram for testing::gmock_matchers_test::Streamlike< T >:

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)
 

Detailed Description

template<typename T>
class testing::gmock_matchers_test::Streamlike< T >

Definition at line 4495 of file gmock-matchers_test.cc.

View newest version in sPHENIX GitHub at line 4495 of file gmock-matchers_test.cc

Member Typedef Documentation

Definition at line 4497 of file gmock-matchers_test.cc.

View newest version in sPHENIX GitHub at line 4497 of file gmock-matchers_test.cc

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

Definition at line 4500 of file gmock-matchers_test.cc.

View newest version in sPHENIX GitHub at line 4500 of file gmock-matchers_test.cc

Constructor & Destructor Documentation

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

Definition at line 4503 of file gmock-matchers_test.cc.

View newest version in sPHENIX GitHub at line 4503 of file gmock-matchers_test.cc

Member Function Documentation

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

Definition at line 4505 of file gmock-matchers_test.cc.

View newest version in sPHENIX GitHub at line 4505 of file gmock-matchers_test.cc

Referenced by testing::gmock_matchers_test::TEST().

+ Here is the caller graph for this function:

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

Definition at line 4508 of file gmock-matchers_test.cc.

View newest version in sPHENIX GitHub at line 4508 of file gmock-matchers_test.cc

Referenced by testing::gmock_matchers_test::TEST().

+ Here is the caller graph for this function:

Friends And Related Function Documentation

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

Definition at line 4557 of file gmock-matchers_test.cc.

View newest version in sPHENIX GitHub at line 4557 of file gmock-matchers_test.cc

Member Data Documentation

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

Definition at line 4569 of file gmock-matchers_test.cc.

View newest version in sPHENIX GitHub at line 4569 of file gmock-matchers_test.cc


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