Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <gmock-actions.h>
Public Member Functions | |
template<typename R , typename... Args> | |
operator Action<R (Args...)>() const | |
Public Attributes | |
std::tuple< Actions...> | actions |
Private Member Functions | |
template<typename... Args, size_t... I> | |
std::vector< Action< void(Args...)> > | Convert (IndexSequence< I...>) const |
Definition at line 1033 of file gmock-actions.h.
|
inlineprivate |
Definition at line 1036 of file gmock-actions.h.
|
inline |
Definition at line 1044 of file gmock-actions.h.
std::tuple<Actions...> testing::internal::DoAllAction< Actions >::actions |
Definition at line 1041 of file gmock-actions.h.