Orxonox
0.0.5 Codename: Arcturus
|
#include </home/jenkins/workspace/orxonox_doxygen_trunk/src/external/gmock/include/gmock/gmock-actions.h>
Public Types | |
typedef internal::Function< F >::ArgumentTuple | ArgumentTuple |
typedef internal::Function< F >::Result | Result |
Public Member Functions | |
Action () | |
Action (ActionInterface< F > *impl) | |
Action (const Action &action) | |
template<typename Func > | |
Action (const Action< Func > &action) | |
template<typename From > | |
Action (const Action< From > &from) | |
bool | IsDoDefault () const |
Result | Perform (const ArgumentTuple &args) const |
Private Attributes | |
internal::linked_ptr< ActionInterface< F > > | impl_ |
Friends | |
template<typename F1 , typename F2 > | |
class | internal::ActionAdaptor |
typedef internal::Function<F>::ArgumentTuple testing::Action< F >::ArgumentTuple |
typedef internal::Function<F>::Result testing::Action< F >::Result |
|
inline |
|
inlineexplicit |
|
inline |
|
explicit |
testing::Action< F >::Action | ( | const Action< From > & | from | ) |
|
inline |
|
inline |
|
friend |
|
private |