11#ifndef ROOT_TIO_FEATURES
12#define ROOT_TIO_FEATURES
44namespace Experimental {
71friend class ::TBranch;
72friend class ::TBasket;
82 bool Set(
const std::string &);
TIOFeatures provides the end-user with the ability to change the IO behavior of data written via a TT...
UChar_t GetFeatures() const
TIOFeatures(UChar_t IOBits)
bool Test(Experimental::EIOUnsupportedFeatures bits) const
void Print() const
Print a human-readable representation of the TIOFeatures to stdout.
bool Set(EIOFeatures bits)
Set a specific IO feature.
bool Test(EIOFeatures bits) const
Test to see if a given feature is set.
void Clear(EIOFeatures bits)
Clear a specific IO feature from this set.
static constexpr int kIOFeatureCount
void Set(UChar_t newBits)
Manages buffers for branches of a Tree.
A TTree is a list of TBranches.
A TTree represents a columnar dataset.
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...