cpp-bencoding
Namespaces
PrettyPrinter.cpp File Reference

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...
 

Detailed Description

Implementation of the PrettyPrinter class.

License BSD, see the LICENSE file for more details