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

: name (name2) {}
virtual ~primitive_rep ( ) [inline, virtual]

Definition at line 30 of file primitive.hpp.

{}

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.

{ return x; }

Member Data Documentation

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