cpp-bencoding
|
Implementation of the Encoder class. More...
#include "Encoder.h"
#include "BDictionary.h"
#include "BInteger.h"
#include "BList.h"
#include "BString.h"
#include "Utils.h"
Namespaces | |
bencoding | |
Main namespace of the bencoding library. | |
Functions | |
Encoding Without Explicit Encoder Creation | |
std::string | bencoding::encode (std::shared_ptr< BItem > data) |
Encodes the given data and returns them. More... | |
Implementation of the Encoder class.
LICENSE
file for more details