basix_doc 0.1
accelerator< C > Struct Template Reference

#include <generic.hpp>

List of all members.

Static Public Member Functions

Static Public Attributes


Detailed Description

template<typename C>
struct mmx::accelerator< C >

Definition at line 461 of file generic.hpp.


Member Function Documentation

void set_apply ( nat  code,
const routine r 
) [inline, static]

Definition at line 44 of file glue.hpp.

References mmx::apply(), and mmx::fill_out().

                                                           {
  fill_out (apply, nr_apply, code, r); }
void set_construct ( nat  id,
const routine r 
) [inline, static]

Definition at line 42 of file glue.hpp.

References mmx::construct(), and mmx::fill_out().


Member Data Documentation

routine * apply = NULL [static]

Definition at line 465 of file generic.hpp.

routine * construct = NULL [static]

Definition at line 463 of file generic.hpp.

nat id = (nat) -1 [static]

Definition at line 462 of file generic.hpp.

nat nr_apply = (nat) 0 [static]

Definition at line 466 of file generic.hpp.

nat nr_construct = (nat) 0 [static]

Definition at line 464 of file generic.hpp.


The documentation for this struct was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines