|
Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <gmock-actions.h>
Public Member Functions | |
| ActionImpl (Ts... params) | |
| template<typename F > | |
| operator::testing::Action () const | |
Private Member Functions | |
| template<typename F , std::size_t... tuple_ids> | |
| ::testing::Action< F > | Apply (IndexSequence< tuple_ids... >) const |
Private Attributes | |
| std::tuple< Ts... > | params_ |
Definition at line 1371 of file gmock-actions.h.
|
inlineexplicit |
Definition at line 1373 of file gmock-actions.h.
|
inline |
Definition at line 1376 of file gmock-actions.h.
|
inlineprivate |
Definition at line 1382 of file gmock-actions.h.
|
private |
Definition at line 1388 of file gmock-actions.h.
1.8.14