Logo ROOT  
Reference Guide
TIOFeatures.hxx File Reference
#include "TBasket.h"
#include <initializer_list>
#include <memory>
#include <string>
#include <sstream>
#include <typeinfo>
#include <type_traits>
Include dependency graph for TIOFeatures.hxx:
This graph shows which files directly or indirectly include this file:

Classes

class  ROOT::TIOFeatures
 TIOFeatures provides the end-user with the ability to change the IO behavior of data written via a TTree. More...
 

Namespaces

namespace  ROOT
 VSD Structures.
 
namespace  ROOT::Experimental
 

Enumerations

enum class  ROOT::EIOFeatures { ROOT::kSupported = 0 }
 
enum class  ROOT::Experimental::EIOFeatures { ROOT::Experimental::kGenerateOffsetMap = BIT(0) , ROOT::Experimental::kSupported = kGenerateOffsetMap }
 
enum class  ROOT::Experimental::EIOUnsupportedFeatures { ROOT::Experimental::kUnsupported = 0 }