symbol_rep< C, V > Class Template Reference

#include <symbol.hpp>

Inheritance diagram for symbol_rep< C, V >:
rep_struct

List of all members.

Public Member Functions

Static Public Member Functions

Public Attributes

Friends


Detailed Description

template<typename C, typename V = exact_eq_table>
class mmx::symbol_rep< C, V >

Definition at line 39 of file symbol.hpp.


Constructor & Destructor Documentation

symbol_rep ( const C ref2  )  [inline]
~symbol_rep (  )  [inline]

Member Function Documentation

static double complexity_entries (  )  [inline, static]

Definition at line 72 of file symbol.hpp.

Referenced by mmx::complexity_entries(), and mmx::discrete_complexity_entries().

00072                                       {
00073     return complexity (all_entries ()); }

static nat number_entries (  )  [inline, static]

Definition at line 70 of file symbol.hpp.

Referenced by mmx::number_entries().

00070                                {
00071     return N (all_entries ()); }

static void show_symbol_entries (  )  [inline, static]

Definition at line 68 of file symbol.hpp.

00068                                      {
00069     mmout << "symbols\t= " << all_entries () << "\n"; }


Friends And Related Function Documentation

friend class symbol< C, V > [friend]

Definition at line 67 of file symbol.hpp.


Member Data Documentation

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