|
enum | Type { CHECKSUM
, COMPRESSION
, ENCRYPTION
} |
|
|
void | begin () override |
|
void | end () override |
|
std::string | encode (const std::string &) override |
|
std::string | decode (const std::string &) override |
|
Definition at line 21 of file Bzip2.h.
◆ Type
◆ begin()
void Atlas::Filters::Bzip2::begin |
( |
| ) |
|
|
overridevirtual |
◆ decode()
std::string Atlas::Filters::Bzip2::decode |
( |
const std::string & |
| ) |
|
|
overridevirtual |
◆ encode()
std::string Atlas::Filters::Bzip2::encode |
( |
const std::string & |
| ) |
|
|
overridevirtual |
◆ end()
void Atlas::Filters::Bzip2::end |
( |
| ) |
|
|
overridevirtual |
◆ m_next
std::unique_ptr<Filter> Atlas::Filter::m_next |
|
protectedinherited |
The documentation for this class was generated from the following file: