def_function_0_rep< D > Struct Template Reference

#include <function.hpp>

Inheritance diagram for def_function_0_rep< D >:
function_0_rep< D > rep_struct

List of all members.

Public Member Functions

Public Attributes


Detailed Description

template<typename D>
struct mmx::def_function_0_rep< D >

Definition at line 65 of file function.hpp.


Constructor & Destructor Documentation

def_function_0_rep ( D(*)()  fun2  )  [inline]

Definition at line 67 of file function.hpp.

00067 : fun (fun2) {}


Member Function Documentation

D apply (  )  [inline, virtual]

Implements function_0_rep< D >.

Definition at line 68 of file function.hpp.

References def_function_0_rep< D >::fun.

00068 { return fun (); }


Member Data Documentation

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