basix_doc 0.1
|
#include <alias.hpp>
virtual ~function_0_rep | ( | ) | [inline, virtual] |
Definition at line 64 of file function.hpp.
{}
virtual ~function_1_rep | ( | ) | [inline, virtual] |
Definition at line 113 of file function.hpp.
{}
virtual ~function_2_rep | ( | ) | [inline, virtual] |
Definition at line 204 of file function.hpp.
{}
virtual ~function_3_rep | ( | ) | [inline, virtual] |
Definition at line 255 of file function.hpp.
{}
virtual ~function_4_rep | ( | ) | [inline, virtual] |
Definition at line 307 of file function.hpp.
{}
virtual ~function_5_rep | ( | ) | [inline, virtual] |
Definition at line 359 of file function.hpp.
{}
virtual ~function_6_rep | ( | ) | [inline, virtual] |
Definition at line 411 of file function.hpp.
{}
virtual ~function_7_rep | ( | ) | [inline, virtual] |
Definition at line 463 of file function.hpp.
{}
virtual ~function_8_rep | ( | ) | [inline, virtual] |
Definition at line 515 of file function.hpp.
{}
~sparse_vector_rep | ( | ) | [inline] |
Definition at line 63 of file sparse_vector.hpp.
{ mmx_delete<Pair > (a, l); }
~string_rep | ( | ) | [inline] |
~symbol_rep | ( | ) | [inline] |
Definition at line 65 of file symbol.hpp.
{ reset_entry (ref); }
virtual ~task_rep | ( | ) | [inline, virtual] |
Definition at line 32 of file threads.hpp.
{}
virtual D apply | ( | S1 | x1 | ) | [pure virtual] |
virtual D apply | ( | ) | [pure virtual] |
virtual void close | ( | ) | const [pure virtual] |
void correct_downwards | ( | ) |
void correct_upwards | ( | ) |
virtual void execute | ( | ) | [pure virtual] |
void extend | ( | nat | n | ) |
function_0_rep | ( | ) | [inline] |
Definition at line 63 of file function.hpp.
{}
function_1_rep | ( | ) | [inline] |
Definition at line 112 of file function.hpp.
{}
function_2_rep | ( | ) | [inline] |
Definition at line 203 of file function.hpp.
{}
function_3_rep | ( | ) | [inline] |
Definition at line 254 of file function.hpp.
{}
function_4_rep | ( | ) | [inline] |
Definition at line 306 of file function.hpp.
{}
function_5_rep | ( | ) | [inline] |
Definition at line 358 of file function.hpp.
{}
function_6_rep | ( | ) | [inline] |
Definition at line 410 of file function.hpp.
{}
function_7_rep | ( | ) | [inline] |
Definition at line 462 of file function.hpp.
{}
function_8_rep | ( | ) | [inline] |
Definition at line 514 of file function.hpp.
{}
virtual C get | ( | ) | const [pure virtual] |
C Get_top | ( | ) | const |
heap_rep | ( | comparison | compare2 | ) | [inline] |
virtual C& open | ( | ) | const [pure virtual] |
C Pull | ( | ) |
void Push | ( | const C & | x | ) |
void resize | ( | nat | n | ) |
void resize | ( | nat | n2 | ) |
void Set_top | ( | const C & | x | ) |
static void show_symbol_entries | ( | ) | [inline, static] |
Definition at line 68 of file symbol.hpp.
References mmx::mmout.
{ mmout << "symbols\t= " << all_entries () << "\n"; }
Definition at line 61 of file sparse_vector.hpp.
: a (a2), n (n2), l (l2) {}
Definition at line 59 of file sparse_vector.hpp.
: a (a2), n (n2), l (n2) {}
string_rep | ( | nat | n2 | ) | [inline] |
Definition at line 32 of file string.hpp.
: a ((char*) mmx_malloc (n2)), n(n2), l(n2) {}
symbol_rep | ( | const C & | ref2 | ) | [inline] |
Definition at line 63 of file symbol.hpp.
: ref (ref2) {
set_entry (ref, this); }
task_rep | ( | ) | [inline] |
Definition at line 31 of file threads.hpp.
{}
double as_double | ( | const string & | s | ) | [friend] |
int as_int | ( | const string & | s | ) | [friend] |
bool busy | ( | const string & | s | ) | [friend] |
Definition at line 110 of file string.hpp.
nat N LESSGTR | ( | const sparse_vector< C, T, V > & | v | ) | [friend] |
Definition at line 382 of file string.cpp.
const char* S | ( | const string & | s | ) | [friend] |
char* S | ( | string & | s | ) | [friend] |
friend class sparse_vector< C, T, V > [friend] |
Definition at line 66 of file sparse_vector.hpp.
friend class string [friend] |
Definition at line 37 of file string.hpp.
Definition at line 67 of file symbol.hpp.