#include <symbol.hpp>
 
  
 Definition at line 39 of file symbol.hpp.
| symbol_rep | ( | const C & | ref2 | ) |  [inline] | 
| ~symbol_rep | ( | ) |  [inline] | 
| 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"; }
Definition at line 67 of file symbol.hpp.
 1.6.1
 1.6.1