#include "RtypesCore.h"Classes | |
| struct | ROOT::RCompressionSetting::EAlgorithm | 
| struct | ROOT::RCompressionSetting::EDefaults | 
| struct | ROOT::RCompressionSetting::ELevel | 
| struct | ROOT::RCompressionSetting | 
| The global settings depend on a global variable named R__ZipMode which can be modified by a global function named R__SetZipMode.  More... | |
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  | |
Enumerations | |
| enum | ROOT::ECompressionAlgorithm {  ROOT::kUseGlobalCompressionSetting = RCompressionSetting::EAlgorithm::kUseGlobal , ROOT::kUseGlobalSetting = RCompressionSetting::EAlgorithm::kUseGlobal , ROOT::kZLIB = RCompressionSetting::EAlgorithm::kZLIB , ROOT::kLZMA = RCompressionSetting::EAlgorithm::kLZMA , ROOT::kOldCompressionAlgo = RCompressionSetting::EAlgorithm::kOldCompressionAlgo , ROOT::kLZ4 = RCompressionSetting::EAlgorithm::kLZ4 , ROOT::kZSTD = RCompressionSetting::EAlgorithm::kZSTD , ROOT::kUndefinedCompressionAlgorithm = RCompressionSetting::EAlgorithm::kUndefined }  | 
Functions | |
| int | ROOT::CompressionSettings (RCompressionSetting::EAlgorithm algorithm, int compressionLevel) | 
| int | ROOT::CompressionSettings (ROOT::ECompressionAlgorithm algorithm, int compressionLevel) | 
| Deprecated name, do not use:   | |