#include <ROOT/RFieldBase.hxx>
#include <ROOT/RNTupleUtil.hxx>
#include <TVirtualCollectionProxy.h>
#include <iterator>
#include <map>
#include <set>
#include <string>
#include <string_view>
#include <type_traits>
#include <unordered_map>
#include <unordered_set>
#include <vector>
Classes | |
struct | ROOT::HasCollectionProxyMemberType< T, typename > |
Template specializations for classes with collection proxies. More... | |
struct | ROOT::IsCollectionProxy< T, typename > |
Helper type trait for marking classes as a collection proxy. More... | |
class | ROOT::RProxiedCollectionField::RCollectionIterableOnce |
Allows for iterating over the elements of a proxied collection. More... | |
class | ROOT::RProxiedCollectionField::RCollectionIterableOnce::RIterator |
struct | ROOT::RProxiedCollectionField::RCollectionIterableOnce::RIteratorFuncs |
class | ROOT::RMapField |
Template specializations for C++ std::[unordered_][multi]map. More... | |
class | ROOT::RProxiedCollectionField::RProxiedCollectionDeleter |
class | ROOT::RProxiedCollectionField |
The field for a class representing a collection of elements via TVirtualCollectionProxy. More... | |
class | ROOT::RSetField |
Template specializations for C++ std::[unordered_][multi]set. More... | |
Namespaces | |
namespace | ROOT |
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7 | |
namespace | ROOT::Detail |
Special implementation of ROOT::RRangeCast for TCollection, including a check that the cast target type inherits from TObject and a new constructor that takes the TCollection by pointer. | |