primitive_rep Class Reference

#include <primitive.hpp>

Inheritance diagram for primitive_rep:
rep_struct basic_primitive_rep routine_primitive_rep

List of all members.

Public Member Functions

Public Attributes


Detailed Description

Definition at line 25 of file primitive.hpp.


Constructor & Destructor Documentation

primitive_rep ( const generic name2  )  [inline]

Definition at line 29 of file primitive.hpp.

00029 : name (name2) {}

virtual ~primitive_rep (  )  [inline, virtual]

Definition at line 30 of file primitive.hpp.

00030 {}


Member Function Documentation

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

Reimplemented in basic_primitive_rep, and routine_primitive_rep.

Definition at line 31 of file primitive.hpp.

00031 { return x; }


Member Data Documentation

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