cpp-bencoding
Classes | Namespaces
PrettyPrinter.h File Reference

Pretty printer of data. More...

#include <memory>
#include <string>
#include "BItemVisitor.h"

Go to the source code of this file.

Classes

class  bencoding::PrettyPrinter
 Pretty printer of data. More...
 

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

Pretty printer of data.

License BSD, see the LICENSE file for more details