Public Member Functions | |
MYOP () | |
~MYOP () | |
void | ini (T *) |
void | ini (T *p, T const &a) |
void | clr (T *) |
MYOP () | |
~MYOP () | |
void | ini (T *) |
void | ini (T *p, T const &a) |
void | clr (T *) |
MYOP () | |
~MYOP () | |
bool | lt (T const &a, T const &b) const |
bool | le (T const &a, T const &b) const |
bool | gt (T const &a, T const &b) const |
bool | ge (T const &a, T const &b) const |
bool | eq (T const &a, T const &b) const |
bool | ne (T const &a, T const &b) const |
T & | ass (T &l, T const &r) const |
void | ini (T *) const |
void | ini (T *p, T const &a) const |
void | clr (T *) const |
Static Public Member Functions | |
bool | lt (T const &a, T const &b) |
bool | le (T const &a, T const &b) |
bool | gt (T const &a, T const &b) |
bool | eq (T const &a, T const &b) |
bool | ne (T const &a, T const &b) |
T & | ass (T &l, T const &r) |
_constfn_ size_t | size () |
void * | alloc (size_t size) |
void * | free (void *ptr) |
bool | lt (T const &a, T const &b) |
bool | le (T const &a, T const &b) |
bool | gt (T const &a, T const &b) |
bool | ge (T const &a, T const &b) |
bool | eq (T const &a, T const &b) |
bool | ne (T const &a, T const &b) |
T & | ass (T &l, T const &r) |
_constfn_ size_t | size () |
void * | alloc (size_t size) |
void * | realloc (void *ptr, size_t size) |
void * | free (void *ptr) |
_constfn_ size_t | size () |
void * | alloc (size_t size) |
void * | realloc (void *ptr, size_t size) |
void * | free (void *ptr) |
template<typename I> T & | idx (T *array, I i) |
template<typename I> const T & | idx (const T *array, I i) |
Public Attributes | |
int | ini_calls |
int | clr_calls |
int | ass_calls |
int | cmp_calls |
Static Public Attributes | |
const bool | pdt = 1 |
|
Definition at line 38 of file test-btree.cc. References MYOP< T >::clr_calls, and MYOP< T >::ini_calls. |
|
Definition at line 39 of file test-btree.cc. |
|
Definition at line 30 of file test-heap.cc. References MYOP< T >::clr_calls, and MYOP< T >::ini_calls. |
|
Definition at line 31 of file test-heap.cc. |
|
Definition at line 44 of file test-sort.cc. References MYOP< T >::ass_calls, MYOP< T >::clr_calls, MYOP< T >::cmp_calls, and MYOP< T >::ini_calls. |
|
Definition at line 45 of file test-sort.cc. |
|
Definition at line 73 of file test-sort.cc. |
|
Definition at line 47 of file test-heap.cc. |
|
Definition at line 54 of file test-btree.cc. |
|
Definition at line 60 of file test-sort.cc. |
|
Definition at line 39 of file test-heap.cc. |
|
Definition at line 46 of file test-btree.cc. |
|
Definition at line 70 of file test-sort.cc. |
|
Definition at line 45 of file test-heap.cc. References MYOP< T >::clr_calls. |
|
Definition at line 52 of file test-btree.cc. References MYOP< T >::clr_calls. |
|
Definition at line 55 of file test-sort.cc. |
|
Definition at line 37 of file test-heap.cc. |
|
Definition at line 44 of file test-btree.cc. |
|
Definition at line 76 of file test-sort.cc. References FREE(). |
|
Definition at line 50 of file test-heap.cc. References FREE(). |
|
Definition at line 55 of file test-btree.cc. References FREE(). |
|
Definition at line 53 of file test-sort.cc. |
|
Definition at line 36 of file test-heap.cc. |
|
Definition at line 51 of file test-sort.cc. |
|
Definition at line 35 of file test-heap.cc. |
|
Definition at line 43 of file test-btree.cc. |
|
Definition at line 84 of file test-sort.cc. |
|
Definition at line 78 of file test-sort.cc. |
|
Definition at line 68 of file test-sort.cc. |
|
Definition at line 66 of file test-sort.cc. |
|
Definition at line 44 of file test-heap.cc. References MYOP< T >::ini_calls. |
|
Definition at line 43 of file test-heap.cc. References MYOP< T >::ini_calls. |
|
Definition at line 51 of file test-btree.cc. References MYOP< T >::ini_calls. |
|
Definition at line 50 of file test-btree.cc. References MYOP< T >::ini_calls. |
|
Definition at line 49 of file test-sort.cc. |
|
Definition at line 34 of file test-heap.cc. |
|
Definition at line 42 of file test-btree.cc. |
|
Definition at line 47 of file test-sort.cc. |
|
Definition at line 33 of file test-heap.cc. |
|
Definition at line 41 of file test-btree.cc. |
|
Definition at line 57 of file test-sort.cc. |
|
Definition at line 38 of file test-heap.cc. |
|
Definition at line 45 of file test-btree.cc. |
|
Definition at line 74 of file test-sort.cc. References REALLOC(). |
|
Definition at line 48 of file test-heap.cc. References REALLOC(). |
|
Definition at line 64 of file test-sort.cc. References _constfn_. |
|
Definition at line 41 of file test-heap.cc. References _constfn_. |
|
Definition at line 48 of file test-btree.cc. References _constfn_. |
|
Definition at line 41 of file test-sort.cc. Referenced by _DoSortAndTest(), and MYOP< T >::MYOP(). |
|
Definition at line 40 of file test-sort.cc. Referenced by _DoSortAndTest(), MYOP< T >::clr(), and MYOP< T >::MYOP(). |
|
Definition at line 42 of file test-sort.cc. Referenced by _DoSortAndTest(), and MYOP< T >::MYOP(). |
|
Definition at line 39 of file test-sort.cc. Referenced by _DoSortAndTest(), MYOP< T >::ini(), and MYOP< T >::MYOP(). |
|
Definition at line 63 of file test-sort.cc. |