Inheritance diagram for OFListBase:

Public Member Functions | |
| OFListLinkBase * | base_begin () const |
| OFListLinkBase * | base_end () const |
| OFBool | base_empty () const |
| size_t | base_size () const |
| OFListLinkBase * | base_insert (OFListLinkBase *pos, OFListLinkBase *newElem) |
| OFListLinkBase * | base_erase (OFListLinkBase *pos) |
| void | base_splice (OFListLinkBase *pos, OFListLinkBase *begin, OFListLinkBase *end) |
| void | base_clear () |
Protected Member Functions | |
| void | base_recalcListSize () |
Protected Attributes | |
| OFListLinkBase * | afterLast |
| size_t | listSize |
Private Member Functions | |
| OFListBase (const OFListBase &) | |
| OFListBase & | operator= (const OFListBase &) |
Definition at line 121 of file oflist.h.