Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
RFieldProxiedCollection.hxx File Reference
#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>
Include dependency graph for RFieldProxiedCollection.hxx:
This graph shows which files directly or indirectly include this file:

Classes

struct  ROOT::Experimental::HasCollectionProxyMemberType< T, typename >
 Template specializations for classes with collection proxies. More...
 
struct  ROOT::Experimental::IsCollectionProxy< T, typename >
 The point here is that we can only tell at run time if a class has an associated collection proxy. More...
 
class  ROOT::Experimental::RProxiedCollectionField::RCollectionIterableOnce
 Allows for iterating over the elements of a proxied collection. More...
 
class  ROOT::Experimental::RProxiedCollectionField::RCollectionIterableOnce::RIterator
 
struct  ROOT::Experimental::RProxiedCollectionField::RCollectionIterableOnce::RIteratorFuncs
 
class  ROOT::Experimental::RMapField
 Template specializations for C++ std::[unordered_][multi]map. More...
 
class  ROOT::Experimental::RProxiedCollectionField::RProxiedCollectionDeleter
 
class  ROOT::Experimental::RProxiedCollectionField
 The field for a class representing a collection of elements via TVirtualCollectionProxy. More...
 
class  ROOT::Experimental::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::Experimental
 
namespace  ROOT::Experimental::Detail