cpp-bencoding
Namespaces
Encoder.cpp File Reference

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

Detailed Description

Implementation of the Encoder class.

License BSD, see the LICENSE file for more details