cpp-bencoding
Classes | Namespaces
Encoder.h File Reference

Data encoder. More...

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

Go to the source code of this file.

Classes

class  bencoding::Encoder
 Data encoder. More...
 

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

Detailed Description

Data encoder.

License BSD, see the LICENSE file for more details