def_function_1_rep< D, S1 > Struct Template Reference

#include <function.hpp>

Inheritance diagram for def_function_1_rep< D, S1 >:
function_1_rep< D, S1 > rep_struct

List of all members.

Public Member Functions

Public Attributes


Detailed Description

template<typename D, typename S1>
struct mmx::def_function_1_rep< D, S1 >

Definition at line 121 of file function.hpp.


Constructor & Destructor Documentation

def_function_1_rep ( D(*)(S1)  fun2  )  [inline]

Definition at line 123 of file function.hpp.

00123 : fun (fun2) {}


Member Function Documentation

D apply ( S1  x1  )  [inline, virtual]

Implements function_1_rep< D, S1 >.

Definition at line 124 of file function.hpp.

References def_function_1_rep< D, S1 >::fun.

00124 { return fun (x1); }


Member Data Documentation

D(* fun)(S1)
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