cpp-bencoding
|
Implementation of the PrettyPrinter class. More...
#include "PrettyPrinter.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 | |
Printing Without Explicit Printer Creation | |
std::string | bencoding::getPrettyRepr (std::shared_ptr< BItem > data, const std::string &indent) |
Returns a pretty representation of data. More... | |
Implementation of the PrettyPrinter class.
LICENSE
file for more details