Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
RColumnElementBase.hxx File Reference
#include "RtypesCore.h"
#include <ROOT/RError.hxx>
#include <ROOT/RFloat16.hxx>
#include <ROOT/RNTupleTypes.hxx>
#include <Byteswap.h>
#include <TError.h>
#include <cstring>
#include <cstddef>
#include <cstdint>
#include <memory>
#include <optional>
#include <string>
#include <type_traits>
#include <typeindex>
#include <typeinfo>
#include <utility>

Classes

class  ROOT::Internal::RColumnElementBase
 A column element encapsulates the translation between basic C++ types and their column representation. More...
struct  ROOT::Internal::RColumnElementBase::RIdentifier
 Every concrete RColumnElement type is identified by its on-disk type (column type) and the in-memory C++ type, given by a type index. More...
struct  ROOT::Internal::RTestFutureColumn

Namespaces

namespace  ROOT
namespace  ROOT::Internal

Functions

std::unique_ptr< RColumnElementBaseROOT::Internal::GenerateColumnElement (const RColumnElementBase::RIdentifier &elementId)
std::unique_ptr< RColumnElementBaseROOT::Internal::GenerateColumnElement (std::type_index inMemoryType, ROOT::ENTupleColumnType onDiskType)

Detailed Description

Author
Jakob Blomer jblom.nosp@m.er@c.nosp@m.ern.c.nosp@m.h
Date
2018-10-09

Definition in file RColumnElementBase.hxx.