Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

MYOP< T > Struct Template Reference

Collaboration diagram for MYOP< T >:

Collaboration graph
[legend]
List of all members.

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

template<class T>
struct MYOP< T >


Constructor & Destructor Documentation

template<class T>
MYOP< T >::MYOP  )  [inline]
 

Definition at line 38 of file test-btree.cc.

References MYOP< T >::clr_calls, and MYOP< T >::ini_calls.

template<class T>
MYOP< T >::~MYOP  )  [inline]
 

Definition at line 39 of file test-btree.cc.

template<class T>
MYOP< T >::MYOP  )  [inline]
 

Definition at line 30 of file test-heap.cc.

References MYOP< T >::clr_calls, and MYOP< T >::ini_calls.

template<class T>
MYOP< T >::~MYOP  )  [inline]
 

Definition at line 31 of file test-heap.cc.

template<class T>
MYOP< T >::MYOP  )  [inline]
 

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.

template<class T>
MYOP< T >::~MYOP  )  [inline]
 

Definition at line 45 of file test-sort.cc.


Member Function Documentation

template<class T>
void* MYOP< T >::alloc size_t  size  )  [inline, static]
 

Definition at line 73 of file test-sort.cc.

template<class T>
void* MYOP< T >::alloc size_t  size  )  [inline, static]
 

Definition at line 47 of file test-heap.cc.

template<class T>
void* MYOP< T >::alloc size_t  size  )  [inline, static]
 

Definition at line 54 of file test-btree.cc.

template<class T>
T& MYOP< T >::ass T &  l,
T const &  r
const [inline]
 

Definition at line 60 of file test-sort.cc.

template<class T>
T& MYOP< T >::ass T &  l,
T const &  r
[inline, static]
 

Definition at line 39 of file test-heap.cc.

template<class T>
T& MYOP< T >::ass T &  l,
T const &  r
[inline, static]
 

Definition at line 46 of file test-btree.cc.

template<class T>
void MYOP< T >::clr T *   )  const [inline]
 

Definition at line 70 of file test-sort.cc.

template<class T>
void MYOP< T >::clr T *   )  [inline]
 

Definition at line 45 of file test-heap.cc.

References MYOP< T >::clr_calls.

template<class T>
void MYOP< T >::clr T *   )  [inline]
 

Definition at line 52 of file test-btree.cc.

References MYOP< T >::clr_calls.

template<class T>
bool MYOP< T >::eq T const &  a,
T const &  b
const [inline]
 

Definition at line 55 of file test-sort.cc.

template<class T>
bool MYOP< T >::eq T const &  a,
T const &  b
[inline, static]
 

Definition at line 37 of file test-heap.cc.

template<class T>
bool MYOP< T >::eq T const &  a,
T const &  b
[inline, static]
 

Definition at line 44 of file test-btree.cc.

template<class T>
void* MYOP< T >::free void *  ptr  )  [inline, static]
 

Definition at line 76 of file test-sort.cc.

References FREE().

template<class T>
void* MYOP< T >::free void *  ptr  )  [inline, static]
 

Definition at line 50 of file test-heap.cc.

References FREE().

template<class T>
void* MYOP< T >::free void *  ptr  )  [inline, static]
 

Definition at line 55 of file test-btree.cc.

References FREE().

template<class T>
bool MYOP< T >::ge T const &  a,
T const &  b
const [inline]
 

Definition at line 53 of file test-sort.cc.

template<class T>
bool MYOP< T >::ge T const &  a,
T const &  b
[inline, static]
 

Definition at line 36 of file test-heap.cc.

template<class T>
bool MYOP< T >::gt T const &  a,
T const &  b
const [inline]
 

Definition at line 51 of file test-sort.cc.

template<class T>
bool MYOP< T >::gt T const &  a,
T const &  b
[inline, static]
 

Definition at line 35 of file test-heap.cc.

template<class T>
bool MYOP< T >::gt T const &  a,
T const &  b
[inline, static]
 

Definition at line 43 of file test-btree.cc.

template<class T>
template<typename I>
const T& MYOP< T >::idx const T *  array,
i
[inline, static]
 

Definition at line 84 of file test-sort.cc.

template<class T>
template<typename I>
T& MYOP< T >::idx T *  array,
i
[inline, static]
 

Definition at line 78 of file test-sort.cc.

template<class T>
void MYOP< T >::ini T *  p,
T const &  a
const [inline]
 

Definition at line 68 of file test-sort.cc.

template<class T>
void MYOP< T >::ini T *   )  const [inline]
 

Definition at line 66 of file test-sort.cc.

template<class T>
void MYOP< T >::ini T *  p,
T const &  a
[inline]
 

Definition at line 44 of file test-heap.cc.

References MYOP< T >::ini_calls.

template<class T>
void MYOP< T >::ini T *   )  [inline]
 

Definition at line 43 of file test-heap.cc.

References MYOP< T >::ini_calls.

template<class T>
void MYOP< T >::ini T *  p,
T const &  a
[inline]
 

Definition at line 51 of file test-btree.cc.

References MYOP< T >::ini_calls.

template<class T>
void MYOP< T >::ini T *   )  [inline]
 

Definition at line 50 of file test-btree.cc.

References MYOP< T >::ini_calls.

template<class T>
bool MYOP< T >::le T const &  a,
T const &  b
const [inline]
 

Definition at line 49 of file test-sort.cc.

template<class T>
bool MYOP< T >::le T const &  a,
T const &  b
[inline, static]
 

Definition at line 34 of file test-heap.cc.

template<class T>
bool MYOP< T >::le T const &  a,
T const &  b
[inline, static]
 

Definition at line 42 of file test-btree.cc.

template<class T>
bool MYOP< T >::lt T const &  a,
T const &  b
const [inline]
 

Definition at line 47 of file test-sort.cc.

template<class T>
bool MYOP< T >::lt T const &  a,
T const &  b
[inline, static]
 

Definition at line 33 of file test-heap.cc.

template<class T>
bool MYOP< T >::lt T const &  a,
T const &  b
[inline, static]
 

Definition at line 41 of file test-btree.cc.

template<class T>
bool MYOP< T >::ne T const &  a,
T const &  b
const [inline]
 

Definition at line 57 of file test-sort.cc.

template<class T>
bool MYOP< T >::ne T const &  a,
T const &  b
[inline, static]
 

Definition at line 38 of file test-heap.cc.

template<class T>
bool MYOP< T >::ne T const &  a,
T const &  b
[inline, static]
 

Definition at line 45 of file test-btree.cc.

template<class T>
void* MYOP< T >::realloc void *  ptr,
size_t  size
[inline, static]
 

Definition at line 74 of file test-sort.cc.

References REALLOC().

template<class T>
void* MYOP< T >::realloc void *  ptr,
size_t  size
[inline, static]
 

Definition at line 48 of file test-heap.cc.

References REALLOC().

template<class T>
_constfn_ size_t MYOP< T >::size  )  [inline, static]
 

Definition at line 64 of file test-sort.cc.

References _constfn_.

template<class T>
_constfn_ size_t MYOP< T >::size  )  [inline, static]
 

Definition at line 41 of file test-heap.cc.

References _constfn_.

template<class T>
_constfn_ size_t MYOP< T >::size  )  [inline, static]
 

Definition at line 48 of file test-btree.cc.

References _constfn_.


Member Data Documentation

template<class T>
int MYOP< T >::ass_calls
 

Definition at line 41 of file test-sort.cc.

Referenced by _DoSortAndTest(), and MYOP< T >::MYOP().

template<class T>
int MYOP< T >::clr_calls
 

Definition at line 40 of file test-sort.cc.

Referenced by _DoSortAndTest(), MYOP< T >::clr(), and MYOP< T >::MYOP().

template<class T>
int MYOP< T >::cmp_calls
 

Definition at line 42 of file test-sort.cc.

Referenced by _DoSortAndTest(), and MYOP< T >::MYOP().

template<class T>
int MYOP< T >::ini_calls
 

Definition at line 39 of file test-sort.cc.

Referenced by _DoSortAndTest(), MYOP< T >::ini(), and MYOP< T >::MYOP().

template<class T>
const bool MYOP< T >::pdt = 1 [static]
 

Definition at line 63 of file test-sort.cc.


The documentation for this struct was generated from the following files:
Generated on Sat Feb 19 22:35:32 2005 for Ray by doxygen 1.3.5