Orxonox  0.0.5 Codename: Arcturus
Public Types | Static Public Member Functions | List of all members
testing::internal::CallableTraits< Functor > Struct Template Reference

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

Public Types

typedef Functor::result_type ResultType
 
typedef Functor StorageType
 

Static Public Member Functions

static void CheckIsValid (Functor)
 
template<typename T >
static ResultType Invoke (Functor f, T arg)
 

Member Typedef Documentation

template<typename Functor>
typedef Functor::result_type testing::internal::CallableTraits< Functor >::ResultType
template<typename Functor>
typedef Functor testing::internal::CallableTraits< Functor >::StorageType

Member Function Documentation

template<typename Functor>
static void testing::internal::CallableTraits< Functor >::CheckIsValid ( Functor  )
inlinestatic
template<typename Functor>
template<typename T >
static ResultType testing::internal::CallableTraits< Functor >::Invoke ( Functor  f,
arg 
)
inlinestatic

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