Orxonox  0.0.5 Codename: Arcturus
Public Types | Static Public Member Functions | List of all members
testing::internal::CallableTraits< ResType(*)(ArgType)> Struct Template Reference

#include </home/jenkins/workspace/orxonox_doxygen_trunk/src/external/gmock/include/gmock/gmock-matchers.h>

Public Types

typedef ResType ResultType
 
typedef ResType(* StorageType) (ArgType)
 

Static Public Member Functions

static void CheckIsValid (ResType(*f)(ArgType))
 
template<typename T >
static ResType Invoke (ResType(*f)(ArgType), T arg)
 

Member Typedef Documentation

template<typename ArgType , typename ResType >
typedef ResType testing::internal::CallableTraits< ResType(*)(ArgType)>::ResultType
template<typename ArgType , typename ResType >
typedef ResType(* testing::internal::CallableTraits< ResType(*)(ArgType)>::StorageType) (ArgType)

Member Function Documentation

template<typename ArgType , typename ResType >
static void testing::internal::CallableTraits< ResType(*)(ArgType)>::CheckIsValid ( ResType(*)(ArgType)  f)
inlinestatic
template<typename ArgType , typename ResType >
template<typename T >
static ResType testing::internal::CallableTraits< ResType(*)(ArgType)>::Invoke ( ResType(*)(ArgType)  f,
arg 
)
inlinestatic

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