alloc_bucket__ | gum::List< Val, Alloc > | mutableprivate |
allocator_type typedef | gum::List< Val, Alloc > | |
back() const | gum::List< Val, Alloc > | |
begin() | gum::List< Val, Alloc > | |
begin() const | gum::List< Val, Alloc > | |
beginSafe() | gum::List< Val, Alloc > | |
BucketAllocator typedef | gum::List< Val, Alloc > | |
cbegin() const | gum::List< Val, Alloc > | |
cbeginSafe() const | gum::List< Val, Alloc > | |
cend() const noexcept | gum::List< Val, Alloc > | |
cendSafe() const noexcept | gum::List< Val, Alloc > | |
clear() | gum::List< Val, Alloc > | |
const_iterator typedef | gum::List< Val, Alloc > | |
const_iterator_safe typedef | gum::List< Val, Alloc > | |
const_pointer typedef | gum::List< Val, Alloc > | |
const_reference typedef | gum::List< Val, Alloc > | |
copy_elements__(const List< Val, OtherAlloc > &src) | gum::List< Val, Alloc > | private |
crbegin() const | gum::List< Val, Alloc > | |
crbeginSafe() const | gum::List< Val, Alloc > | |
createBucket__(const Val &val) const | gum::List< Val, Alloc > | private |
createBucket__(Val &&val) const | gum::List< Val, Alloc > | private |
createEmplaceBucket__(Args &&... args) const | gum::List< Val, Alloc > | private |
createEmplaceBucket__(Args &&... args) const | gum::List< Val, Alloc > | |
crend() const noexcept | gum::List< Val, Alloc > | |
crendSafe() const noexcept | gum::List< Val, Alloc > | |
deb_list__ | gum::List< Val, Alloc > | private |
difference_type typedef | gum::List< Val, Alloc > | |
emplace(const const_iterator &iter, Args &&... args) | gum::List< Val, Alloc > | |
emplace(const const_iterator_safe &iter, Args &&... args) | gum::List< Val, Alloc > | |
emplace(const const_iterator &iter, Args &&... args) | gum::List< Val, Alloc > | |
emplace(const const_iterator_safe &iter, Args &&... args) | gum::List< Val, Alloc > | |
emplaceBack(Args &&... args) | gum::List< Val, Alloc > | |
emplaceBack(Args &&... args) | gum::List< Val, Alloc > | |
emplaceFront(Args &&... args) | gum::List< Val, Alloc > | |
emplaceFront(Args &&... args) | gum::List< Val, Alloc > | |
empty() const noexcept | gum::List< Val, Alloc > | |
end() noexcept | gum::List< Val, Alloc > | |
end() const noexcept | gum::List< Val, Alloc > | |
end_list__ | gum::List< Val, Alloc > | private |
endSafe() noexcept | gum::List< Val, Alloc > | |
erase(Size i) | gum::List< Val, Alloc > | |
erase(const iterator_safe &iter) | gum::List< Val, Alloc > | |
erase(const const_iterator_safe &iter) | gum::List< Val, Alloc > | |
erase__(ListBucket< Val > *bucket) | gum::List< Val, Alloc > | private |
eraseAllVal(const Val &val) | gum::List< Val, Alloc > | |
eraseByVal(const Val &val) | gum::List< Val, Alloc > | |
exists(const Val &val) const | gum::List< Val, Alloc > | |
front() const | gum::List< Val, Alloc > | |
getBucket__(const Val &val) const noexcept | gum::List< Val, Alloc > | private |
getIthBucket__(Size i) const noexcept | gum::List< Val, Alloc > | private |
insert(const Val &val) | gum::List< Val, Alloc > | |
insert(Val &&val) | gum::List< Val, Alloc > | |
insert(Size pos, const Val &val) | gum::List< Val, Alloc > | |
insert(Size pos, Val &&val) | gum::List< Val, Alloc > | |
insert(const const_iterator_safe &iter, const Val &val, location place=location::BEFORE) | gum::List< Val, Alloc > | |
insert(const const_iterator_safe &iter, Val &&val, location place=location::BEFORE) | gum::List< Val, Alloc > | |
insert(const const_iterator &iter, const Val &val, location place=location::BEFORE) | gum::List< Val, Alloc > | |
insert(const const_iterator &iter, Val &&val, location place=location::BEFORE) | gum::List< Val, Alloc > | |
insert__(const const_iterator_safe &iter, ListBucket< Val > *new_elt, location place) | gum::List< Val, Alloc > | private |
insert__(const const_iterator &iter, ListBucket< Val > *new_elt, location place) | gum::List< Val, Alloc > | private |
insertAfter__(ListBucket< Val > *new_elt, ListBucket< Val > *current_elt) | gum::List< Val, Alloc > | private |
insertBefore__(ListBucket< Val > *new_elt, ListBucket< Val > *current_elt) | gum::List< Val, Alloc > | private |
iterator typedef | gum::List< Val, Alloc > | |
iterator_safe typedef | gum::List< Val, Alloc > | |
List() | gum::List< Val, Alloc > | |
List(const List< Val, Alloc > &src) | gum::List< Val, Alloc > | |
List(const List< Val, OtherAlloc > &src) | gum::List< Val, Alloc > | |
List(List< Val, Alloc > &&src) | gum::List< Val, Alloc > | |
List(std::initializer_list< Val > list) | gum::List< Val, Alloc > | |
List(const List< Val, OtherAlloc > &src) | gum::List< Val, Alloc > | |
ListConstIterator< Val > class | gum::List< Val, Alloc > | friend |
ListConstIteratorSafe< Val > class | gum::List< Val, Alloc > | friend |
ListIterator< Val > class | gum::List< Val, Alloc > | friend |
ListIteratorSafe< Val > class | gum::List< Val, Alloc > | friend |
location enum name | gum::List< Val, Alloc > | |
map(Mount(*f)(Val)) const | gum::List< Val, Alloc > | |
map(Mount(*f)(Val &)) const | gum::List< Val, Alloc > | |
map(Mount(*f)(const Val &)) const | gum::List< Val, Alloc > | |
map(const Mount &mount) const | gum::List< Val, Alloc > | |
nb_elements__ | gum::List< Val, Alloc > | private |
operator!=(const List< Val, OtherAlloc > &src) const | gum::List< Val, Alloc > | |
operator!=(const List< Val, OtherAlloc > &src) const | gum::List< Val, Alloc > | |
operator+=(const Val &val) | gum::List< Val, Alloc > | |
operator+=(Val &&val) | gum::List< Val, Alloc > | |
operator=(const List< Val, Alloc > &src) | gum::List< Val, Alloc > | |
operator=(const List< Val, OtherAlloc > &src) | gum::List< Val, Alloc > | |
operator=(List< Val, Alloc > &&src) | gum::List< Val, Alloc > | |
operator=(const List< Val, OtherAlloc > &src) | gum::List< Val, Alloc > | |
operator==(const List< Val, OtherAlloc > &src) const | gum::List< Val, Alloc > | |
operator==(const List< Val, OtherAlloc > &src) const | gum::List< Val, Alloc > | |
operator[](const Size i) | gum::List< Val, Alloc > | |
operator[](const Size i) const | gum::List< Val, Alloc > | |
pointer typedef | gum::List< Val, Alloc > | |
popBack() | gum::List< Val, Alloc > | |
popFront() | gum::List< Val, Alloc > | |
push_back(Args &&... args) | gum::List< Val, Alloc > | |
push_back(Args &&... args) | gum::List< Val, Alloc > | |
push_front(Args &&... args) | gum::List< Val, Alloc > | |
push_front(Args &&... args) | gum::List< Val, Alloc > | |
pushBack(const Val &val) | gum::List< Val, Alloc > | |
pushBack(Val &&val) | gum::List< Val, Alloc > | |
pushBack__(ListBucket< Val > *new_elt) | gum::List< Val, Alloc > | private |
pushFront(const Val &val) | gum::List< Val, Alloc > | |
pushFront(Val &&val) | gum::List< Val, Alloc > | |
pushFront__(ListBucket< Val > *new_elt) | gum::List< Val, Alloc > | private |
rbegin() | gum::List< Val, Alloc > | |
rbegin() const | gum::List< Val, Alloc > | |
rbeginSafe() | gum::List< Val, Alloc > | |
reference typedef | gum::List< Val, Alloc > | |
rend() noexcept | gum::List< Val, Alloc > | |
rend() const noexcept | gum::List< Val, Alloc > | |
rendSafe() noexcept | gum::List< Val, Alloc > | |
safe_iterators__ | gum::List< Val, Alloc > | mutableprivate |
size() const noexcept | gum::List< Val, Alloc > | |
size_type typedef | gum::List< Val, Alloc > | |
swap(List &other_list) | gum::List< Val, Alloc > | |
toString() const | gum::List< Val, Alloc > | |
value_type typedef | gum::List< Val, Alloc > | |
~List() | gum::List< Val, Alloc > | |