#include <ROOT/RPage.hxx>#include <ROOT/RPageAllocator.hxx>#include <ROOT/RNTupleTypes.hxx>#include <cstddef>#include <map>#include <mutex>#include <typeindex>#include <typeinfo>#include <unordered_map>#include <unordered_set>#include <vector>Classes | |
| struct | ROOT::Internal::RPagePool::REntry |
| Every page in the page pool is annotated with a search key and a reference counter. More... | |
| struct | ROOT::Internal::RPagePool::RKey |
| struct | ROOT::Internal::RPagePool::RKeyHasher |
| Hash function to be used in the unordered map fLookupByKey. More... | |
| class | ROOT::Internal::RPagePool |
| A thread-safe cache of pages loaded from the page source. More... | |
| struct | ROOT::Internal::RPagePool::RPagePosition |
| Used in fLookupByKey to store both the absolute and the cluster-local page index of the referenced page. More... | |
| class | ROOT::Internal::RPageRef |
| Reference to a page stored in the page pool. More... | |
Namespaces | |
| namespace | ROOT |
| namespace | ROOT::Internal |
Definition in file RPagePool.hxx.