Muesli
 All Classes Namespaces Files Functions Typedefs Enumerations
Classes | Public Types | Public Member Functions | Public Attributes | List of all members
msl::DFct4< A0, A1, A2, A3, R > Struct Template Reference

Classes

struct  PartialAppl1
 
struct  PartialAppl2
 
struct  PartialAppl3
 

Public Types

typedef Fct3< A1, A2, A3, R,
PartialAppl1
ffunc1_t
 
typedef Fct2< A2, A3, R,
PartialAppl2
ffunc2_t
 
typedef Fct1< A3, R, PartialAppl3ffunc3_t
 

Public Member Functions

template<typename F >
 DFct4 (const Fct4< A0, A1, A2, A3, R, F > &f)
 
 DFct4 (const DFct4 &rhs)
 
DFct4< A0, A1, A2, A3, R > operator= (const DFct4< A0, A1, A2, A3, R > &rhs)
 
template<typename F >
DFct4< A0, A1, A2, A3, R > operator= (const Fct4< A0, A1, A2, A3, R, F > &rhs)
 
operator() (typename curryArgMode< A0 >::Type_t a0, typename curryArgMode< A1 >::Type_t a1, typename curryArgMode< A2 >::Type_t a2, typename curryArgMode< A3 >::Type_t a3) const
 
ffunc1_t operator() (typename curryArgMode< A0 >::Type_t a0) const
 
ffunc2_t operator() (typename curryArgMode< A0 >::Type_t a0, typename curryArgMode< A1 >::Type_t a1) const
 
ffunc3_t operator() (typename curryArgMode< A0 >::Type_t a0, typename curryArgMode< A1 >::Type_t a1, typename curryArgMode< A2 >::Type_t a2) const
 

Public Attributes

int * refCount
 
anyOp4< A0, A1, A2, A3, R > * op
 

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