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