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/RNTupleUtil.hxx>
#include <Byteswap.h>
#include <TError.h>
#include <cstring>
#include <cstddef>
#include <cstdint>
#include <memory>
#include <string>
#include <type_traits>
#include <typeinfo>
#include <utility>
Include dependency graph for RColumnElementBase.hxx:
This graph shows which files directly or indirectly include this file:

Classes

class  ROOT::Experimental::Internal::RColumnElementBase
 A column element encapsulates the translation between basic C++ types and their column representation. 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::Experimental
 
namespace  ROOT::Experimental::Internal
 

Enumerations

enum class  ROOT::Experimental::Internal::EColumnCppType {
  ROOT::Experimental::Internal::kChar , ROOT::Experimental::Internal::kBool , ROOT::Experimental::Internal::kByte , ROOT::Experimental::Internal::kUint8 ,
  ROOT::Experimental::Internal::kUint16 , ROOT::Experimental::Internal::kUint32 , ROOT::Experimental::Internal::kUint64 , ROOT::Experimental::Internal::kInt8 ,
  ROOT::Experimental::Internal::kInt16 , ROOT::Experimental::Internal::kInt32 , ROOT::Experimental::Internal::kInt64 , ROOT::Experimental::Internal::kFloat ,
  ROOT::Experimental::Internal::kDouble , ROOT::Experimental::Internal::kClusterSize , ROOT::Experimental::Internal::kColumnSwitch
}
 

Functions

std::unique_ptr< RColumnElementBaseROOT::Experimental::Internal::GenerateColumnElement (EColumnCppType cppType, EColumnType colType)
 

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 RColumnElementBase.hxx.