Logo ROOT   6.18/05
Reference Guide
Classes | Namespaces
RField.hxx File Reference
#include <ROOT/RColumn.hxx>
#include <ROOT/RColumnElement.hxx>
#include <ROOT/RField.hxx>
#include <ROOT/RFieldValue.hxx>
#include <ROOT/RNTupleUtil.hxx>
#include <ROOT/RStringView.hxx>
#include <ROOT/RVec.hxx>
#include <ROOT/TypeTraits.hxx>
#include <TGenericClassInfo.h>
#include <TError.h>
#include <algorithm>
#include <iostream>
#include <iterator>
#include <memory>
#include <string>
#include <type_traits>
#include <typeinfo>
#include <vector>
#include <utility>
Include dependency graph for RField.hxx:
This graph shows which files directly or indirectly include this file:

Classes

struct  ROOT::Experimental::Detail::RFieldBase::RIterator::Position
 
class  ROOT::Experimental::RField< T, typename >
 Classes with dictionaries that can be inspected by TClass. More...
 
class  ROOT::Experimental::RField< ClusterSize_t >
 Template specializations for concrete C++ types. More...
 
class  ROOT::Experimental::RField< double >
 
class  ROOT::Experimental::RField< float >
 
class  ROOT::Experimental::RField< ROOT::VecOps::RVec< ItemT > >
 The RVec type has different layouts depending on the item type, therefore we cannot go with a generic RVec implementation as we can with std::vector. More...
 
class  ROOT::Experimental::Detail::RFieldBase
 
class  ROOT::Experimental::RFieldClass
 The field for a class with dictionary. More...
 
class  ROOT::Experimental::RFieldCollection
 
class  ROOT::Experimental::RFieldRoot
 The container field for a tree model, which itself has no physical representation. More...
 
class  ROOT::Experimental::RFieldVector
 The generic field for a (nested) std::vector<Type> More...
 
class  ROOT::Experimental::Detail::RFieldBase::RIterator
 Iterates over the sub fields in depth-first search order. More...
 

Namespaces

namespace  ROOT
 Namespace for new ROOT classes and functions.
 
namespace  ROOT::Experimental
 
namespace  ROOT::Experimental::Detail
 

Detailed Description

Author
Jakob Blomer jblom.nosp@m.er@c.nosp@m.ern.c.nosp@m.h
Date
2018-10-09
Warning
This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!

Definition in file RField.hxx.