basix_doc 0.1
routine_rep Class Reference

#include <routine.hpp>

Inheritance diagram for routine_rep:
rep_struct binary_routine_rep< D, S1, S2 > binary_routine_rep< void, S1, S2 > change_signature_routine_rep composed_routine_rep default_routine_rep identity_routine_rep integrate_routine_rep nullary_routine_rep< void > quaternary_routine_rep< D, S1, S2, S3, S4 > quaternary_routine_rep< void, S1, S2, S3, S4 > quintary_routine_rep< D, S1, S2, S3, S4, S5 > quintary_routine_rep< void, S1, S2, S3, S4, S5 > ternary_routine_rep< D, S1, S2, S3 > ternary_routine_rep< void, S1, S2, S3 > unary_routine_rep< D, S1 > unary_routine_rep< void, S1 >

List of all members.

Public Member Functions

Public Attributes


Detailed Description

Definition at line 62 of file routine.hpp.


Constructor & Destructor Documentation

routine_rep ( const generic name2) [inline]

Definition at line 66 of file routine.hpp.

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

Definition at line 67 of file routine.hpp.

{}

Member Function Documentation

generic apply ( ) const [virtual]

Reimplemented in nullary_routine_rep< void >, change_signature_routine_rep, and integrate_routine_rep.

Definition at line 37 of file routine.cpp.

Referenced by routine_rep::apply().

                          {
  return apply (vec<generic> ());
}
generic apply ( const generic g1) const [virtual]
generic apply ( const generic g1,
const generic g2 
) const [virtual]
routine clone ( ) const [virtual]

Definition at line 91 of file routine.cpp.

References ERROR.

                          {
  ERROR ("not implemented (clone)");
  return routine (this, true);
}
generic function_body ( ) const [virtual]

Definition at line 81 of file routine.cpp.

                                  {
  return "native";
}
generic function_type ( ) const [virtual]
bool is_overloaded ( ) const [virtual]

Definition at line 71 of file routine.cpp.

                                  {
  return false;
}
vector< routine > meanings ( ) const [virtual]

Definition at line 76 of file routine.cpp.

References ERROR.

                             {
  ERROR ("not implemented (meanings)");
}
void overload ( const routine fun) const [virtual]

Definition at line 66 of file routine.cpp.

References ERROR.

                                               {
  ERROR ("not implemented (overload)");
}

Member Data Documentation

Definition at line 64 of file routine.hpp.

Referenced by routine_rep::apply().

MMX_ALLOCATORS int ref_count [inherited]

Definition at line 138 of file basix.hpp.


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