
Public Types | |
| typedef DeprecatedPtrListIterator< T > | Iterator |
| typedef DeprecatedPtrListIterator< T > | ConstIterator |
Public Member Functions | |
| DeprecatedPtrList () | |
| DeprecatedPtrList description. | |
| ~DeprecatedPtrList () | |
| ~DeprecatedPtrList description | |
| DeprecatedPtrList (const DeprecatedPtrList &l) | |
| DeprecatedPtrList description. | |
| DeprecatedPtrList & | operator= (const DeprecatedPtrList &l) |
| operator= description | |
| bool | isEmpty () const |
| isEmpty description | |
| unsigned | count () const |
| count description | |
| void | clear () |
| clear description | |
| T * | at (unsigned n) |
| *at description | |
| bool | insert (unsigned n, const T *item) |
| insert description | |
| bool | remove () |
| remove description | |
| bool | remove (unsigned n) |
| remove description | |
| bool | remove (const T *item) |
| remove description | |
| bool | removeFirst () |
| removeFirst description | |
| bool | removeLast () |
| removeLast description | |
| bool | removeRef (const T *item) |
| removeRef description | |
| T * | getFirst () const |
| *getFirst description | |
| T * | getLast () const |
| *getLast description | |
| T * | getNext () const |
| *getNext description | |
| T * | getPrev () const |
| *getPrev description | |
| T * | current () const |
| *current description | |
| T * | first () |
| *first description | |
| T * | last () |
| *last description | |
| T * | next () |
| *next description | |
| T * | prev () |
| *prev description | |
| T * | take (unsigned n) |
| *take description | |
| T * | take () |
| *take description | |
| void | append (const T *item) |
| append description | |
| void | prepend (const T *item) |
| prepend description | |
| unsigned | containsRef (const T *item) const |
| containsRef description | |
| int | findRef (const T *item) |
| findRef description | |
| ConstIterator | begin () const |
| begin description | |
| ConstIterator | end () const |
| end description | |
| bool | autoDelete () const |
| autoDelete description | |
| void | setAutoDelete (bool autoDelete) |
| setAutoDelete description | |
Friends | |
| class | DeprecatedPtrListIterator< T > |
| typedef DeprecatedPtrListIterator<T> OWBAL::DeprecatedPtrList< T >::Iterator |
| typedef DeprecatedPtrListIterator<T> OWBAL::DeprecatedPtrList< T >::ConstIterator |
| OWBAL::DeprecatedPtrList< T >::DeprecatedPtrList | ( | ) |
| OWBAL::DeprecatedPtrList< T >::~DeprecatedPtrList | ( | ) |
~DeprecatedPtrList description
| [in] | : | description |
| [out] | : | description |
| OWBAL::DeprecatedPtrList< T >::DeprecatedPtrList | ( | const DeprecatedPtrList< T > & | l | ) |
| DeprecatedPtrList& OWBAL::DeprecatedPtrList< T >::operator= | ( | const DeprecatedPtrList< T > & | l | ) |
operator= description
| [in] | : | description |
| [out] | : | description |
| bool OWBAL::DeprecatedPtrList< T >::isEmpty | ( | ) | const |
isEmpty description
| [in] | : | description |
| [out] | : | description |
| unsigned OWBAL::DeprecatedPtrList< T >::count | ( | ) | const |
count description
| [in] | : | description |
| [out] | : | description |
| void OWBAL::DeprecatedPtrList< T >::clear | ( | ) |
clear description
| [in] | : | description |
| [out] | : | description |
| T* OWBAL::DeprecatedPtrList< T >::at | ( | unsigned | n | ) |
*at description
| [in] | : | description |
| [out] | : | description |
| bool OWBAL::DeprecatedPtrList< T >::insert | ( | unsigned | n, | |
| const T * | item | |||
| ) |
insert description
| [in] | : | description |
| [out] | : | description |
| bool OWBAL::DeprecatedPtrList< T >::remove | ( | ) |
remove description
| [in] | : | description |
| [out] | : | description |
| bool OWBAL::DeprecatedPtrList< T >::remove | ( | unsigned | n | ) |
remove description
| [in] | : | description |
| [out] | : | description |
| bool OWBAL::DeprecatedPtrList< T >::remove | ( | const T * | item | ) |
remove description
| [in] | : | description |
| [out] | : | description |
| bool OWBAL::DeprecatedPtrList< T >::removeFirst | ( | ) |
removeFirst description
| [in] | : | description |
| [out] | : | description |
| bool OWBAL::DeprecatedPtrList< T >::removeLast | ( | ) |
removeLast description
| [in] | : | description |
| [out] | : | description |
| bool OWBAL::DeprecatedPtrList< T >::removeRef | ( | const T * | item | ) |
removeRef description
| [in] | : | description |
| [out] | : | description |
| T* OWBAL::DeprecatedPtrList< T >::getFirst | ( | ) | const |
*getFirst description
| [in] | : | description |
| [out] | : | description |
| T* OWBAL::DeprecatedPtrList< T >::getLast | ( | ) | const |
*getLast description
| [in] | : | description |
| [out] | : | description |
| T* OWBAL::DeprecatedPtrList< T >::getNext | ( | ) | const |
*getNext description
| [in] | : | description |
| [out] | : | description |
| T* OWBAL::DeprecatedPtrList< T >::getPrev | ( | ) | const |
*getPrev description
| [in] | : | description |
| [out] | : | description |
| T* OWBAL::DeprecatedPtrList< T >::current | ( | ) | const |
*current description
| [in] | : | description |
| [out] | : | description |
| T* OWBAL::DeprecatedPtrList< T >::first | ( | ) |
*first description
| [in] | : | description |
| [out] | : | description |
| T* OWBAL::DeprecatedPtrList< T >::last | ( | ) |
*last description
| [in] | : | description |
| [out] | : | description |
| T* OWBAL::DeprecatedPtrList< T >::next | ( | ) |
*next description
| [in] | : | description |
| [out] | : | description |
| T* OWBAL::DeprecatedPtrList< T >::prev | ( | ) |
*prev description
| [in] | : | description |
| [out] | : | description |
| T* OWBAL::DeprecatedPtrList< T >::take | ( | unsigned | n | ) |
*take description
| [in] | : | description |
| [out] | : | description |
| T* OWBAL::DeprecatedPtrList< T >::take | ( | ) |
*take description
| [in] | : | description |
| [out] | : | description |
| void OWBAL::DeprecatedPtrList< T >::append | ( | const T * | item | ) |
append description
| [in] | : | description |
| [out] | : | description |
| void OWBAL::DeprecatedPtrList< T >::prepend | ( | const T * | item | ) |
prepend description
| [in] | : | description |
| [out] | : | description |
| unsigned OWBAL::DeprecatedPtrList< T >::containsRef | ( | const T * | item | ) | const |
containsRef description
| [in] | : | description |
| [out] | : | description |
| int OWBAL::DeprecatedPtrList< T >::findRef | ( | const T * | item | ) |
findRef description
| [in] | : | description |
| [out] | : | description |
| ConstIterator OWBAL::DeprecatedPtrList< T >::begin | ( | ) | const |
begin description
| [in] | : | description |
| [out] | : | description |
| ConstIterator OWBAL::DeprecatedPtrList< T >::end | ( | ) | const |
end description
| [in] | : | description |
| [out] | : | description |
| bool OWBAL::DeprecatedPtrList< T >::autoDelete | ( | ) | const |
autoDelete description
| [in] | : | description |
| [out] | : | description |
| void OWBAL::DeprecatedPtrList< T >::setAutoDelete | ( | bool | autoDelete | ) |
setAutoDelete description
| [in] | : | description |
| [out] | : | description |
friend class DeprecatedPtrListIterator< T > [friend] |