Public Member Functions | |
| DeprecatedPtrListImpl (void(*deleteFunc)(void *)) | |
| DeprecatedPtrListImpl description. | |
| DeprecatedPtrListImpl (const DeprecatedPtrListImpl &impl) | |
| DeprecatedPtrListImpl description. | |
| ~DeprecatedPtrListImpl () | |
| ~DeprecatedPtrListImpl description | |
| bool | isEmpty () const |
| isEmpty description | |
| unsigned | count () const |
| count description | |
| void | clear (bool deleteItems) |
| clear description | |
| void * | at (unsigned n) |
| *at description | |
| bool | insert (unsigned n, const void *item) |
| insert description | |
| bool | remove (bool deleteItem) |
| remove description | |
| bool | remove (unsigned n, bool deleteItem) |
| remove description | |
| bool | removeFirst (bool deleteItem) |
| removeFirst description | |
| bool | removeLast (bool deleteItem) |
| removeLast description | |
| bool | removeRef (const void *item, bool deleteItem) |
| removeRef description | |
| void * | getFirst () const |
| *getFirst description | |
| void * | getLast () const |
| *getLast description | |
| void * | getNext () const |
| *getNext description | |
| void * | getPrev () const |
| *getPrev description | |
| void * | current () const |
| *current description | |
| void * | first () |
| *first description | |
| void * | last () |
| *last description | |
| void * | next () |
| *next description | |
| void * | prev () |
| *prev description | |
| void * | take (unsigned n) |
| *take description | |
| void * | take () |
| *take description | |
| void | append (const void *item) |
| append description | |
| void | prepend (const void *item) |
| prepend description | |
| unsigned | containsRef (const void *item) const |
| containsRef description | |
| int | findRef (const void *item) |
| findRef description | |
| DeprecatedPtrListImpl & | assign (const DeprecatedPtrListImpl &impl, bool deleteItems) |
| &assign description | |
Friends | |
| class | DeprecatedPtrListImplIterator |
| OWBAL::DeprecatedPtrListImpl::DeprecatedPtrListImpl | ( | void(*)(void *) | deleteFunc | ) |
| OWBAL::DeprecatedPtrListImpl::DeprecatedPtrListImpl | ( | const DeprecatedPtrListImpl & | impl | ) |
| OWBAL::DeprecatedPtrListImpl::~DeprecatedPtrListImpl | ( | ) |
~DeprecatedPtrListImpl description
| [in] | : | description |
| [out] | : | description |
| bool OWBAL::DeprecatedPtrListImpl::isEmpty | ( | ) | const |
isEmpty description
| [in] | : | description |
| [out] | : | description |
| unsigned OWBAL::DeprecatedPtrListImpl::count | ( | ) | const |
count description
| [in] | : | description |
| [out] | : | description |
| void OWBAL::DeprecatedPtrListImpl::clear | ( | bool | deleteItems | ) |
clear description
| [in] | : | description |
| [out] | : | description |
| void* OWBAL::DeprecatedPtrListImpl::at | ( | unsigned | n | ) |
*at description
| [in] | : | description |
| [out] | : | description |
| bool OWBAL::DeprecatedPtrListImpl::insert | ( | unsigned | n, | |
| const void * | item | |||
| ) |
insert description
| [in] | : | description |
| [out] | : | description |
| bool OWBAL::DeprecatedPtrListImpl::remove | ( | bool | deleteItem | ) |
remove description
| [in] | : | description |
| [out] | : | description |
| bool OWBAL::DeprecatedPtrListImpl::remove | ( | unsigned | n, | |
| bool | deleteItem | |||
| ) |
remove description
| [in] | : | description |
| [out] | : | description |
| bool OWBAL::DeprecatedPtrListImpl::removeFirst | ( | bool | deleteItem | ) |
removeFirst description
| [in] | : | description |
| [out] | : | description |
| bool OWBAL::DeprecatedPtrListImpl::removeLast | ( | bool | deleteItem | ) |
removeLast description
| [in] | : | description |
| [out] | : | description |
| bool OWBAL::DeprecatedPtrListImpl::removeRef | ( | const void * | item, | |
| bool | deleteItem | |||
| ) |
removeRef description
| [in] | : | description |
| [out] | : | description |
| void* OWBAL::DeprecatedPtrListImpl::getFirst | ( | ) | const |
*getFirst description
| [in] | : | description |
| [out] | : | description |
| void* OWBAL::DeprecatedPtrListImpl::getLast | ( | ) | const |
*getLast description
| [in] | : | description |
| [out] | : | description |
| void* OWBAL::DeprecatedPtrListImpl::getNext | ( | ) | const |
*getNext description
| [in] | : | description |
| [out] | : | description |
| void* OWBAL::DeprecatedPtrListImpl::getPrev | ( | ) | const |
*getPrev description
| [in] | : | description |
| [out] | : | description |
| void* OWBAL::DeprecatedPtrListImpl::current | ( | ) | const |
*current description
| [in] | : | description |
| [out] | : | description |
| void* OWBAL::DeprecatedPtrListImpl::first | ( | ) |
*first description
| [in] | : | description |
| [out] | : | description |
| void* OWBAL::DeprecatedPtrListImpl::last | ( | ) |
*last description
| [in] | : | description |
| [out] | : | description |
| void* OWBAL::DeprecatedPtrListImpl::next | ( | ) |
*next description
| [in] | : | description |
| [out] | : | description |
| void* OWBAL::DeprecatedPtrListImpl::prev | ( | ) |
*prev description
| [in] | : | description |
| [out] | : | description |
| void* OWBAL::DeprecatedPtrListImpl::take | ( | unsigned | n | ) |
*take description
| [in] | : | description |
| [out] | : | description |
| void* OWBAL::DeprecatedPtrListImpl::take | ( | ) |
*take description
| [in] | : | description |
| [out] | : | description |
| void OWBAL::DeprecatedPtrListImpl::append | ( | const void * | item | ) |
append description
| [in] | : | description |
| [out] | : | description |
| void OWBAL::DeprecatedPtrListImpl::prepend | ( | const void * | item | ) |
prepend description
| [in] | : | description |
| [out] | : | description |
| unsigned OWBAL::DeprecatedPtrListImpl::containsRef | ( | const void * | item | ) | const |
containsRef description
| [in] | : | description |
| [out] | : | description |
| int OWBAL::DeprecatedPtrListImpl::findRef | ( | const void * | item | ) |
findRef description
| [in] | : | description |
| [out] | : | description |
| DeprecatedPtrListImpl& OWBAL::DeprecatedPtrListImpl::assign | ( | const DeprecatedPtrListImpl & | impl, | |
| bool | deleteItems | |||
| ) |
&assign description
| [in] | : | description |
| [out] | : | description |
friend class DeprecatedPtrListImplIterator [friend] |