11 #ifndef ROOT_TIO_FEATURES 12 #define ROOT_TIO_FEATURES 16 #include <initializer_list> 21 #include <type_traits> 37 namespace Experimental {
64 friend class ::TBranch;
65 friend class ::TBasket;
75 bool Set(
const std::string &);
98 #endif // ROOT_TIO_FEATURES Namespace for new ROOT classes and functions.
void Clear(EIOFeatures bits)
Clear a specific IO feature from this set.
bool Set(EIOFeatures bits)
Set a specific IO feature.
TIOFeatures provides the end-user with the ability to change the IO behavior of data written via a TT...
bool Test(EIOFeatures bits) const
Test to see if a given feature is set.
UChar_t GetFeatures() const
void Print() const
Print a human-readable representation of the TIOFeatures to stdout.
void Set(UChar_t newBits)
TIOFeatures(UChar_t IOBits)
static constexpr int kIOFeatureCount