|
Atlas
0.7.0
Networking protocol for the Worldforge system.
|


Public Types | |
| enum | Type { CHECKSUM , COMPRESSION , ENCRYPTION } |
Public Member Functions | |
| void | begin () override |
| void | end () override |
| std::string | encode (const std::string &) override |
| std::string | decode (const std::string &) override |
Protected Attributes | |
| std::unique_ptr< Filter > | m_next |