#include <ROOT/RFieldBase.hxx>
#include <ROOT/RNTupleTypes.hxx>
#include <ROOT/RVec.hxx>
#include <array>
#include <memory>
#include <vector>
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 |
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. | |
namespace | ROOT::Internal |
Functions | |
std::unique_ptr< RFieldBase > | ROOT::Internal::CreateEmulatedVectorField (std::string_view fieldName, std::unique_ptr< RFieldBase > itemField, std::string_view emulatedFromType) |