CppUnit project page | CppUnit home page |
#include <cpput/inputbasedtest.h>
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 |
typedef Functor::result_type CppUT::Bind234< Functor >::result_type |
typedef Functor::arg1_type CppUT::Bind234< Functor >::arg1_type |
typedef arg1_type CppUT::Bind234< Functor >::first_argument_type |
typedef Functor::arg2_type CppUT::Bind234< Functor >::arg2_type |
typedef Functor::arg3_type CppUT::Bind234< Functor >::arg3_type |
typedef Functor::arg4_type CppUT::Bind234< Functor >::arg4_type |
typedef CppTL::Functor1<arg1_type> CppUT::Bind234< Functor >::functor_type |
CppUT::Bind234< Functor >::Bind234 | ( | const Functor & | functor, | |
arg2_type | a2, | |||
arg3_type | a3, | |||
arg4_type | a4 | |||
) | [inline] |
void CppUT::Bind234< Functor >::operator() | ( | const arg1_type & | arg1 | ) | const [inline] |
hosts this site. |
Send comments to: CppUnit Developers |