def_function_4_rep< D, S1, S2, S3, S4 > Struct Template Reference

#include <function.hpp>

Inheritance diagram for def_function_4_rep< D, S1, S2, S3, S4 >:
function_4_rep< D, S1, S2, S3, S4 > rep_struct

List of all members.

Public Member Functions

Public Attributes


Detailed Description

template<typename D, typename S1, typename S2, typename S3, typename S4>
struct mmx::def_function_4_rep< D, S1, S2, S3, S4 >

Definition at line 336 of file function.hpp.


Constructor & Destructor Documentation

def_function_4_rep ( D(*)(S1, S2, S3, S4)  fun2  )  [inline]

Definition at line 338 of file function.hpp.

00338                                                         :
00339     fun (fun2) {}
  D apply (S1 x1, S2 x2, S3 x3, S4 x4) { 


Member Function Documentation

D apply ( S1  x1,
S2  x2,
S3  x3,
S4  x4 
) [inline, virtual]

Implements function_4_rep< D, S1, S2, S3, S4 >.

Definition at line 340 of file function.hpp.

References def_function_4_rep< D, S1, S2, S3, S4 >::fun.

00340                                        { 
00341     return fun (x1, x2, x3, x4); }


Member Data Documentation

D(* fun)(S1, S2, S3, S4)
MMX_ALLOCATORS int ref_count [inherited]

Definition at line 164 of file basix.hpp.


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

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1