basix_doc 0.1
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.

                                             :
    primitive_rep (fun2->name), fun (fun2) {}

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().

                                         {
    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 138 of file basix.hpp.


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