Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
RFieldSequenceContainer.hxx File Reference
#include <ROOT/RFieldBase.hxx>
#include <ROOT/RNTupleUtil.hxx>
#include <ROOT/RVec.hxx>
#include <array>
#include <memory>
#include <vector>
Include dependency graph for RFieldSequenceContainer.hxx:
This graph shows which files directly or indirectly include this file:

Classes

class  ROOT::RArrayAsRVecField
 Additional classes related to sequence containers. More...
 
class  ROOT::RArrayField::RArrayDeleter
 
class  ROOT::RArrayField
 Template specializations for C++ std::array and C-style arrays. More...
 
class  ROOT::RField< ItemT[N]>
 
class  ROOT::RField< ROOT::VecOps::RVec< ItemT > >
 
class  ROOT::RRVecField::RRVecDeleter
 the RRVecDeleter is also used by RArrayAsRVecField and therefore declared public More...
 
class  ROOT::RRVecField
 Template specializations for ROOT's RVec. More...
 
class  ROOT::RVectorField::RVectorDeleter
 
class  ROOT::RVectorField
 Template specializations for C++ std::vector. 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.