CppUnit project page CppUnit home page

CppUT::Bind234< Functor > Struct Template Reference

#include <cpput/inputbasedtest.h>

Collaboration diagram for CppUT::Bind234< Functor >:

Collaboration graph
[legend]

List of all members.

Public Types

typedef Functor::result_type result_type
typedef Functor::arg1_type arg1_type
typedef arg1_type first_argument_type
typedef Functor::arg2_type arg2_type
typedef Functor::arg3_type arg3_type
typedef Functor::arg4_type arg4_type
typedef CppTL::Functor1
< arg1_type
functor_type

Public Member Functions

 Bind234 (const Functor &functor, arg2_type a2, arg3_type a3, arg4_type a4)
void operator() (const arg1_type &arg1) const

template<class Functor>
struct CppUT::Bind234< Functor >


Member Typedef Documentation

template<class Functor>
typedef Functor::result_type CppUT::Bind234< Functor >::result_type

template<class Functor>
typedef Functor::arg1_type CppUT::Bind234< Functor >::arg1_type

template<class Functor>
typedef arg1_type CppUT::Bind234< Functor >::first_argument_type

template<class Functor>
typedef Functor::arg2_type CppUT::Bind234< Functor >::arg2_type

template<class Functor>
typedef Functor::arg3_type CppUT::Bind234< Functor >::arg3_type

template<class Functor>
typedef Functor::arg4_type CppUT::Bind234< Functor >::arg4_type

template<class Functor>
typedef CppTL::Functor1<arg1_type> CppUT::Bind234< Functor >::functor_type


Constructor & Destructor Documentation

template<class Functor>
CppUT::Bind234< Functor >::Bind234 ( const Functor &  functor,
arg2_type  a2,
arg3_type  a3,
arg4_type  a4 
) [inline]


Member Function Documentation

template<class Functor>
void CppUT::Bind234< Functor >::operator() ( const arg1_type arg1  )  const [inline]


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

SourceForge Logo hosts this site. Send comments to:
CppUnit Developers