proxygen
testing::gmock_matchers_test::Streamlike< T >::ConstIter::PostIncrProxy Class Reference

Public Member Functions

 PostIncrProxy (const value_type &value)
 
value_type operator* () const
 
 PostIncrProxy (const value_type &value)
 
value_type operator* () const
 
 PostIncrProxy (const value_type &value)
 
value_type operator* () const
 

Private Attributes

value_type value_
 

Detailed Description

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

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

Constructor & Destructor Documentation

template<typename T>
testing::gmock_matchers_test::Streamlike< T >::ConstIter::PostIncrProxy::PostIncrProxy ( const value_type value)
inlineexplicit

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

4534 : value_(value) {}
static const char *const value
Definition: Conv.cpp:50
template<typename T>
testing::gmock_matchers_test::Streamlike< T >::ConstIter::PostIncrProxy::PostIncrProxy ( const value_type value)
inlineexplicit

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

4534 : value_(value) {}
static const char *const value
Definition: Conv.cpp:50
template<typename T>
testing::gmock_matchers_test::Streamlike< T >::ConstIter::PostIncrProxy::PostIncrProxy ( const value_type value)
inlineexplicit

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

4534 : value_(value) {}
static const char *const value
Definition: Conv.cpp:50

Member Function Documentation

template<typename T>
value_type testing::gmock_matchers_test::Streamlike< T >::ConstIter::PostIncrProxy::operator* ( ) const
inline
template<typename T>
value_type testing::gmock_matchers_test::Streamlike< T >::ConstIter::PostIncrProxy::operator* ( ) const
inline
template<typename T>
value_type testing::gmock_matchers_test::Streamlike< T >::ConstIter::PostIncrProxy::operator* ( ) const
inline

Member Data Documentation

template<typename T>
value_type testing::gmock_matchers_test::Streamlike< T >::ConstIter::PostIncrProxy::value_
private

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


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