Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
RFieldRecord.hxx File Reference
#include <ROOT/RFieldBase.hxx>
#include <ROOT/RNTupleTypes.hxx>
#include <ROOT/StringUtils.hxx>
#include <string>
#include <string_view>
#include <tuple>
#include <unordered_set>
#include <utility>
#include <vector>

Classes

class  ROOT::RPairField
 Template specializations for C++ std::pair. More...
class  ROOT::RRecordField::RRecordDeleter
class  ROOT::RRecordField
 The field for an untyped record. More...
class  ROOT::RTupleField
 Template specializations for C++ std::tuple. 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

void ROOT::Internal::AddItemToRecord (RRecordField &record, std::unique_ptr< RFieldBase > newItem)
std::unique_ptr< RFieldBaseROOT::Internal::CreateEmulatedRecordField (std::string_view fieldName, std::vector< std::unique_ptr< RFieldBase > > itemFields, std::string_view emulatedFromType)