| addEntries() | DictionaryBase< PtrList< T >, T > | protected |
| append(const word &keyword, T *ptr) | DictionaryBase< PtrList< T >, T > | inline |
| Foam::PtrList::append(autoPtr< T > &ptr) | PtrList< T > | inline |
| Foam::PtrList::append(T *ptr) | PtrList< T > | inline |
| Foam::PtrList::append(std::unique_ptr< T > &&ptr) | PtrList< T > | inline |
| Foam::PtrList::append(autoPtr< T > &&ptr) | PtrList< T > | inline |
| Foam::PtrList::append(const refPtr< T > &ptr) | PtrList< T > | inline |
| Foam::PtrList::append(const tmp< T > &ptr) | PtrList< T > | inline |
| Foam::PtrList::append(PtrList< T > &&other) | PtrList< T > | inline |
| Foam::UPtrList::append(UPtrList< T > &&other) | UPtrList< T > | inline |
| at(const label i) const | UPtrList< T > | inline |
| at(const label i) | UPtrList< T > | inline |
| back() | UPtrList< T > | inline |
| back() const | UPtrList< T > | inline |
| begin() | UPtrList< T > | inline |
| begin() const | UPtrList< T > | inline |
| begin_ptr() noexcept | UPtrList< T > | inline |
| cbegin() const | UPtrList< T > | inline |
| cend() const noexcept | UPtrList< T > | inline |
| cfind(const word &keyword) const | DictionaryBase< PtrList< T >, T > | |
| checkNonNull() const | UPtrList< T > | inline |
| clear() | DictionaryBase< PtrList< T >, T > | |
| clone(Args &&... args) const | PtrList< T > | |
| clone(Args &&... args) const | PtrList< T > | |
| const_reference typedef | UPtrList< T > | |
| contains(const word &keyword) const | DictionaryBase< PtrList< T >, T > | |
| count() const noexcept | UPtrList< T > | inline |
| DictionaryBase(const label size=128) | DictionaryBase< PtrList< T >, T > | explicit |
| DictionaryBase(const DictionaryBase &dict) | DictionaryBase< PtrList< T >, T > | |
| DictionaryBase(Istream &is, const INew &inew) | DictionaryBase< PtrList< T >, T > | |
| DictionaryBase(Istream &is) | DictionaryBase< PtrList< T >, T > | |
| emplace(const label i, Args &&... args) | PtrList< T > | inline |
| emplace_back(Args &&... args) | PtrList< T > | inline |
| emplace_set(const label i, Args &&... args) | PtrList< T > | inline |
| empty() const noexcept | UPtrList< T > | inline |
| end() noexcept | UPtrList< T > | inline |
| end() const noexcept | UPtrList< T > | inline |
| end_ptr() noexcept | UPtrList< T > | inline |
| find(const word &keyword) | DictionaryBase< PtrList< T >, T > | |
| find_next(label pos) const | UPtrList< T > | inlineprotected |
| first() | UPtrList< T > | inline |
| first() const | UPtrList< T > | inline |
| FOAM_DEPRECATED_FOR(2022-09, "get(), set() or test() methods") const T *operator()(const label i) const | UPtrList< T > | inline |
| found(const word &key) const | DictionaryBase< PtrList< T >, T > | inline |
| free() | PtrList< T > | inline |
| front() | UPtrList< T > | inline |
| front() const | UPtrList< T > | inline |
| get(const label i) const | UPtrList< T > | inline |
| get(const label i) | UPtrList< T > | inline |
| hashedTs_ | DictionaryBase< PtrList< T >, T > | protected |
| insert(const word &keyword, T *ptr) | DictionaryBase< PtrList< T >, T > | inline |
| last() | UPtrList< T > | inline |
| last() const | UPtrList< T > | inline |
| lookup(const word &keyword) const | DictionaryBase< PtrList< T >, T > | |
| lookup(const word &keyword) | DictionaryBase< PtrList< T >, T > | |
| lookupPtr(const word &keyword) const | DictionaryBase< PtrList< T >, T > | inline |
| lookupPtr(const word &keyword) | DictionaryBase< PtrList< T >, T > | inline |
| operator=(const DictionaryBase &) | DictionaryBase< PtrList< T >, T > | |
| Foam::PtrList::operator=(const PtrList< T > &list) | PtrList< T > | |
| Foam::PtrList::operator=(PtrList< T > &&list) | PtrList< T > | inline |
| Foam::UPtrList::operator=(const UPtrList< T > &list) | UPtrList< T > | inline |
| Foam::UPtrList::operator=(UPtrList< T > &&list) | UPtrList< T > | inline |
| operator[](const word &key) const | PtrListDictionary< T > | inline |
| operator[](const word &key) | PtrListDictionary< T > | inline |
| Foam::PtrList::operator[](const label i) const | UPtrList< T > | inline |
| Foam::PtrList::operator[](const label i) | UPtrList< T > | inline |
| prepend(const word &keyword, T *ptr) | DictionaryBase< PtrList< T >, T > | inline |
| PtrList() noexcept | PtrList< T > | inline |
| PtrList(const label len) | PtrList< T > | inlineexplicit |
| PtrList(const PtrList< T > &list) | PtrList< T > | inline |
| PtrList(PtrList< T > &&list) | PtrList< T > | inline |
| PtrList(UList< T *> &list) | PtrList< T > | inlineexplicit |
| PtrList(const PtrList< T > &list, const CloneArg &cloneArgs) | PtrList< T > | inline |
| PtrList(PtrList< T > &list, bool reuse) | PtrList< T > | |
| PtrList(const SLPtrList< T > &list) | PtrList< T > | explicit |
| PtrList(Istream &is, const INew &inew) | PtrList< T > | |
| PtrList(Istream &is) | PtrList< T > | |
| PtrListDictionary(const label size) | PtrListDictionary< T > | explicit |
| PtrListDictionary(const PtrListDictionary &dict) | PtrListDictionary< T > | |
| PtrListDictionary(Istream &is, const INew &inew) | PtrListDictionary< T > | |
| PtrListDictionary(Istream &is) | PtrListDictionary< T > | explicit |
| ptrs_ | UPtrList< T > | protected |
| push_back(const word &keyword, T *ptr) | DictionaryBase< PtrList< T >, T > | |
| Foam::PtrList::push_back(T *ptr) | PtrList< T > | inline |
| Foam::PtrList::push_back(std::unique_ptr< T > &&ptr) | PtrList< T > | inline |
| Foam::PtrList::push_back(autoPtr< T > &&ptr) | PtrList< T > | inline |
| Foam::PtrList::push_back(const refPtr< T > &ptr) | PtrList< T > | inline |
| Foam::PtrList::push_back(const tmp< T > &ptr) | PtrList< T > | inline |
| Foam::PtrList::push_back(PtrList< T > &&other) | PtrList< T > | inline |
| Foam::PtrList::push_back(autoPtr< T > &ptr)=delete | PtrList< T > | |
| Foam::UPtrList::push_back(UPtrList< T > &&other) | UPtrList< T > | inline |
| push_front(const word &keyword, T *ptr) | DictionaryBase< PtrList< T >, T > | |
| readIstream(Istream &is, const INew &inew) | PtrList< T > | protected |
| reference typedef | UPtrList< T > | |
| release(const label i) | PtrList< T > | inline |
| remove(const word &keyword) | DictionaryBase< PtrList< T >, T > | |
| reorder(const labelUList &oldToNew, const bool check=false) | UPtrList< T > | |
| resize(const label newLen) | PtrList< T > | |
| set(const label i, const word &key, T *ptr) | PtrListDictionary< T > | inline |
| set(const label i, const word &key, autoPtr< T > &aptr) | PtrListDictionary< T > | inline |
| set(const label i, const word &key, tmp< T > &t) | PtrListDictionary< T > | inline |
| DictionaryBase< PtrList< T >, T >::set(const label i) const | PtrList< T > | inline |
| DictionaryBase< PtrList< T >, T >::set(const label i, T *ptr) | PtrList< T > | inline |
| DictionaryBase< PtrList< T >, T >::set(const label i, std::unique_ptr< T > &&ptr) | PtrList< T > | inline |
| DictionaryBase< PtrList< T >, T >::set(const label i, autoPtr< T > &&ptr) | PtrList< T > | inline |
| DictionaryBase< PtrList< T >, T >::set(const label i, const refPtr< T > &ptr) | PtrList< T > | inline |
| DictionaryBase< PtrList< T >, T >::set(const label i, const tmp< T > &ptr) | PtrList< T > | inline |
| DictionaryBase< PtrList< T >, T >::set(const label i, autoPtr< T > &ptr) | PtrList< T > | inline |
| setAddressableSize(const label n) noexcept | UPtrList< T > | inlineprotected |
| setSize(const label newLen) | PtrList< T > | inline |
| size() const noexcept | UPtrList< T > | inline |
| sortedToc() const | DictionaryBase< PtrList< T >, T > | |
| sortedToc(const Compare &comp) const | DictionaryBase< PtrList< T >, T > | |
| sortedToc(const Compare &comp) const | DictionaryBase< PtrList< T >, T > | |
| sortOrder(const labelUList &order, const bool check=false) | UPtrList< T > | |
| squeezeNull() | UPtrList< T > | |
| swap(UPtrList< T > &list) | UPtrList< T > | inline |
| test(const label i) const | UPtrList< T > | inline |
| toc() const | DictionaryBase< PtrList< T >, T > | |
| transfer(DictionaryBase< PtrList< T >, T > &dict) | DictionaryBase< PtrList< T >, T > | |
| Foam::PtrList::transfer(PtrList< T > &list) | PtrList< T > | inline |
| Foam::UPtrList::transfer(UPtrList< T > &list) | UPtrList< T > | inline |
| trimTrailingNull() | UPtrList< T > | |
| UPtrList(Detail::PtrListDetail< T > &&ptrs) | UPtrList< T > | inlineexplicitprotected |
| UPtrList() noexcept | UPtrList< T > | inline |
| UPtrList(const label len) | UPtrList< T > | inlineexplicit |
| UPtrList(const UPtrList< T > &list) | UPtrList< T > | inline |
| UPtrList(UPtrList< T > &&list) | UPtrList< T > | inline |
| UPtrList(UPtrList< T > &list, bool reuse) | UPtrList< T > | inline |
| UPtrList(PtrList< T > &list) | UPtrList< T > | explicit |
| UPtrList(const UList< T *> &list) | UPtrList< T > | inlineexplicit |
| UPtrList(UList< T > &list) | UPtrList< T > | inlineexplicit |
| value_type typedef | UPtrList< T > | |
| ~PtrList() | PtrList< T > | |