#include <ROOT/RColumnModel.hxx>
#include <ROOT/RConfig.hxx>
#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>
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 |
Macros | |
#define | __RCOLUMNELEMENT_SPEC_BODY(CppT, BaseT, BitsOnStorage) |
#define | DECLARE_RCOLUMNELEMENT_SPEC(CppT, ColumnT, BitsOnStorage, BaseT, ...) |
These macros are used to declare RColumnElement template specializations below. | |
#define | DECLARE_RCOLUMNELEMENT_SPEC_SIMPLE(CppT, ColumnT, BitsOnStorage) |
#define | R__LITTLE_ENDIAN 0 |
Definition in file RColumnElement.hxx.
#define __RCOLUMNELEMENT_SPEC_BODY | ( | CppT, | |
BaseT, | |||
BitsOnStorage ) |
Definition at line 650 of file RColumnElement.hxx.
#define DECLARE_RCOLUMNELEMENT_SPEC | ( | CppT, | |
ColumnT, | |||
BitsOnStorage, | |||
BaseT, | |||
... ) |
These macros are used to declare RColumnElement
template specializations below.
Additional arguments can be used to forward template parameters to the base class, e.g.
Definition at line 664 of file RColumnElement.hxx.
#define DECLARE_RCOLUMNELEMENT_SPEC_SIMPLE | ( | CppT, | |
ColumnT, | |||
BitsOnStorage ) |
Definition at line 670 of file RColumnElement.hxx.
#define R__LITTLE_ENDIAN 0 |
Definition at line 42 of file RColumnElement.hxx.