This is the complete list of members for IdList< T >, including all inherited members.
append(T *elem) | IdList< T > | |
append(IdList< T > &list) | IdList< T > | |
soplex::IsList::append(IsList< T > &list) | IsList< T > | |
clear(bool pDestroyElements=false) | IsList< T > | |
destroyElements | IsList< T > | protected |
Element typedef | IsList< T > | |
find(const T *elem) const | IsList< T > | |
first() const | IdList< T > | |
IdList(T *pfirst=nullptr, T *plast=nullptr, bool pDestroyElements=false) | IdList< T > | explicit |
insert(T *elem, T *after) | IdList< T > | |
insert(IdList< T > &list, T *after) | IdList< T > | |
soplex::IsList::insert(IsList< T > &list, T *after) | IsList< T > | |
isConsistent() const | IdList< T > | |
IsList(T *pfirst=nullptr, T *plast=nullptr, bool pDestroyElements=false) | IsList< T > | explicit |
IsList(const IsList< T > &)=delete | IsList< T > | |
last() const | IdList< T > | |
length() const | IsList< T > | |
move(ptrdiff_t delta) | IdList< T > | |
next(const T *elem) const | IdList< T > | |
operator=(const IsList< T > &old)=delete | IsList< T > | |
prepend(T *elem) | IdList< T > | |
prepend(IdList< T > &list) | IdList< T > | |
soplex::IsList::prepend(IsList< T > &list) | IsList< T > | |
prev(const T *elem) const | IdList< T > | |
remove(T *elem) | IdList< T > | |
remove(IdList< T > &list) | IdList< T > | |
soplex::IsList::remove(const T *elem) | IsList< T > | |
soplex::IsList::remove(IsList< T > &list) | IsList< T > | |
remove_next(T *after) | IdList< T > | |
sublist(const T *start=nullptr, const T *end=nullptr) const | IsList< T > | |
the_first | IsList< T > | protected |
the_last | IsList< T > | protected |
~IsList() | IsList< T > |