![]() |
Project
|
Functions | |
template<typename T > | |
void | pushDecompressor (T &stream, CompressionMethod method) |
template<typename T > | |
void | pushCompressor (T &stream, CompressionMethod method) |
auto | Method (std::string method) |
Variables | |
const std::map< std::string, CompressionMethod > | Mapping |
auto o2::io::comp_stream_helpers::Method | ( | std::string | method | ) |
Definition at line 91 of file CompStream.cxx.
void o2::io::comp_stream_helpers::pushCompressor | ( | T & | stream, |
CompressionMethod | method | ||
) |
Definition at line 60 of file CompStream.cxx.
void o2::io::comp_stream_helpers::pushDecompressor | ( | T & | stream, |
CompressionMethod | method | ||
) |
Definition at line 36 of file CompStream.cxx.
const std::map<std::string, CompressionMethod> o2::io::comp_stream_helpers::Mapping |
Definition at line 83 of file CompStream.cxx.