routine_primitive_rep Class Reference

Inheritance diagram for routine_primitive_rep:
primitive_rep rep_struct

List of all members.

Public Member Functions

Public Attributes


Detailed Description

Definition at line 30 of file primitive.cpp.


Constructor & Destructor Documentation

routine_primitive_rep ( const routine fun2  )  [inline]

Definition at line 33 of file primitive.cpp.

00033                                              :
00034     primitive_rep (fun2->name), fun (fun2) {}
  generic apply (const generic& x) const {


Member Function Documentation

generic apply ( const generic x  )  const [inline, virtual]

Reimplemented from primitive_rep.

Definition at line 35 of file primitive.cpp.

References mmx::cdr(), and mmx::compound_to_vector().

00035                                          {
00036     return fun->apply (cdr (compound_to_vector (x))); }


Member Data Documentation

generic name [inherited]

Definition at line 27 of file primitive.hpp.

MMX_ALLOCATORS int ref_count [inherited]

Definition at line 164 of file basix.hpp.


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

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1