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

Classes

struct  PartialAppl1
 
struct  PartialAppl2
 

Public Types

typedef Fct2< A1, A2, R,
PartialAppl1
ffunc1_t
 
typedef Fct1< A2, R, PartialAppl2ffunc2_t
 

Public Member Functions

template<typename F >
 DFct3 (const Fct3< A0, A1, A2, R, F > &f)
 
 DFct3 (const DFct3 &rhs)
 
DFct3< A0, A1, A2, R > operator= (const DFct3< A0, A1, A2, R > &rhs)
 
template<typename F >
DFct3< A0, A1, A2, R > operator= (const Fct3< A0, A1, A2, R, F > &rhs)
 
operator() (typename curryArgMode< A0 >::Type_t a0, typename curryArgMode< A1 >::Type_t a1, typename curryArgMode< A2 >::Type_t a2) 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
 

Public Attributes

int * refCount
 
anyOp3< A0, A1, A2, R > * op
 

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