|
| 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 16 of file Gzip.h.
◆ Type
◆ begin()
| void Atlas::Filters::Gzip::begin |
( |
| ) |
|
|
overridevirtual |
◆ decode()
| std::string Atlas::Filters::Gzip::decode |
( |
const std::string & |
| ) |
|
|
overridevirtual |
◆ encode()
| std::string Atlas::Filters::Gzip::encode |
( |
const std::string & |
| ) |
|
|
overridevirtual |
◆ end()
| void Atlas::Filters::Gzip::end |
( |
| ) |
|
|
overridevirtual |
◆ m_next
| std::unique_ptr<Filter> Atlas::Filter::m_next |
|
protectedinherited |
The documentation for this class was generated from the following file: