cpp-bencoding
|
Decoder of bencoded data. More...
Go to the source code of this file.
Classes | |
class | bencoding::DecodingError |
Exception thrown when there is an error during the decoding. More... | |
class | bencoding::Decoder |
Decoder of bencoded data. More... | |
Namespaces | |
bencoding | |
Main namespace of the bencoding library. | |
Functions | |
Decoding Without Explicit Decoder Creation | |
std::unique_ptr< BItem > | bencoding::decode (const std::string &data) |
Decodes the given bencoded data and returns them. More... | |
std::unique_ptr< BItem > | bencoding::decode (std::istream &input) |
Reads all the data from the given input, decodes them and returns them. More... | |
Decoder of bencoded data.
LICENSE
file for more details