Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
testing::internal::ReturnRoundRobinAction< T >::State Struct Reference

Public Member Functions

T Next ()
 

Public Attributes

std::vector< Tvalues
 
size_t i = 0
 

Detailed Description

template<typename T>
struct testing::internal::ReturnRoundRobinAction< T >::State

Definition at line 845 of file gmock-actions.h.

Member Function Documentation

template<typename T >
T testing::internal::ReturnRoundRobinAction< T >::State::Next ( )
inline

Definition at line 846 of file gmock-actions.h.

Member Data Documentation

template<typename T >
std::vector<T> testing::internal::ReturnRoundRobinAction< T >::State::values

Definition at line 852 of file gmock-actions.h.

template<typename T >
size_t testing::internal::ReturnRoundRobinAction< T >::State::i = 0

Definition at line 853 of file gmock-actions.h.


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