Orxonox  0.0.5 Codename: Arcturus
Public Types | List of all members
testing::internal::Function< R()> Struct Template Reference

#include </home/jenkins/workspace/orxonox_doxygen_trunk/src/external/gmock/include/gmock/internal/gmock-generated-internal-utils.h>

Inheritance diagram for testing::internal::Function< R()>:
testing::internal::Function< R(A1)> testing::internal::Function< R(A1, A2)> testing::internal::Function< R(A1, A2, A3)> testing::internal::Function< R(A1, A2, A3, A4)> testing::internal::Function< R(A1, A2, A3, A4, A5)> testing::internal::Function< R(A1, A2, A3, A4, A5, A6)> testing::internal::Function< R(A1, A2, A3, A4, A5, A6, A7)> testing::internal::Function< R(A1, A2, A3, A4, A5, A6, A7, A8)> testing::internal::Function< R(A1, A2, A3, A4, A5, A6, A7, A8, A9)> testing::internal::Function< R(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10)>

Public Types

typedef MatcherTuple< ArgumentTuple >::type ArgumentMatcherTuple
 
typedef ::std::tr1::tuple ArgumentTuple
 
typedef IgnoredValue MakeResultIgnoredValue()
 
typedef void MakeResultVoid()
 
typedef R Result
 

Member Typedef Documentation

template<typename R >
typedef MatcherTuple<ArgumentTuple>::type testing::internal::Function< R()>::ArgumentMatcherTuple
template<typename R >
typedef ::std::tr1::tuple testing::internal::Function< R()>::ArgumentTuple
template<typename R >
typedef IgnoredValue testing::internal::Function< R()>::MakeResultIgnoredValue()
template<typename R >
typedef void testing::internal::Function< R()>::MakeResultVoid()
template<typename R >
typedef R testing::internal::Function< R()>::Result

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