Furrent
|
Go to the source code of this file.
Classes | |
class | fur::bencode::BencodeParser |
Namespaces | |
fur | |
Common types used in all the project. | |
fur::bencode | |
Contains the structure for decoding and encoding bencode data. | |
Typedefs | |
using | fur::bencode::BencodeResult = util::Result< std::unique_ptr< BencodeValue >, BencodeParserError > |
Result of a parsing operation. More... | |
Functions | |
std::string | fur::bencode::error_to_string (BencodeParserError error) |
Function to translate a BencodeParserError into a string. More... | |