OrderedArray< T > Class Template Reference

#include <List.h>

Inheritance diagram for OrderedArray< T >:

Array< T >

List of all members.

Public Member Functions

T * addBegin (T *item)
T * add (T *item)
 Add an element at the list's end.
T * addEnd (T *item)
T * addUnique (T *item)

Friends

class ArrayCursor< T >

template<class T>
class OrderedArray< T >


Member Function Documentation

template<class T>
T* OrderedArray< T >::addBegin ( T *  item  )  [inline]

template<class T>
T* OrderedArray< T >::add ( T *  t  )  [inline]

Add an element at the list's end.

Parameters:
t a pointer to an instance to be added.
Returns:
the same pointer t

Reimplemented from Array< T >.

template<class T>
T* OrderedArray< T >::addEnd ( T *  item  )  [inline]

template<class T>
T* OrderedArray< T >::addUnique ( T *  item  )  [inline]


Friends And Related Function Documentation

template<class T>
friend class ArrayCursor< T > [friend]


The documentation for this class was generated from the following file:

Generated on Fri May 29 22:36:55 2009 for AGENT++ by  doxygen 1.5.6