Logo ROOT   6.16/01
Reference Guide
List of all members | Public Types | List of all members
ROOT::RCompressionSetting::ELevel Struct Reference

Definition at line 58 of file Compression.h.

Public Types

enum  EValues {
  kInherit = -1 , kUncompressed = 0 , kUseMin = 1 , kDefaultZLIB = 1 ,
  kDefaultLZ4 = 4 , kDefaultOld = 6 , kDefaultLZMA = 7
}
 Note: this is only temporarily a struct and will become a enum class hence the name convention used. More...
 

#include <Compression.h>

Member Enumeration Documentation

◆ EValues

Note: this is only temporarily a struct and will become a enum class hence the name convention used.

Enumerator
kInherit 

Some objects use this value to denote that the compression algorithm should be inherited from the parent object.

kUncompressed 
kUseMin 
kDefaultZLIB 
kDefaultLZ4 
kDefaultOld 
kDefaultLZMA 

Definition at line 60 of file Compression.h.


The documentation for this struct was generated from the following file: