cpp-bencoding
File List
Here is a list of all files with brief descriptions:
[detail level 12]
  doc
 doxygen.hDocumentation of the main page and the used namespace
  include
 BDictionary.hRepresentation of a dictionary
 bencoding.hA header file for the whole bencoding library
 BInteger.hRepresentation of an integer
 BItem.hBase class for all items (integers, strings, etc.)
 BItemVisitor.hBase class for all visitors of the BItem subclasses
 BList.hRepresentation of a list
 BString.hRepresentation of a string
 Decoder.hDecoder of bencoded data
 Encoder.hData encoder
 PrettyPrinter.hPretty printer of data
 Utils.hUtilities
  src
 BDictionary.cppImplementation of the BDictionary class
 BInteger.cppImplementation of the BInteger class
 BItem.cppImplementation of the BItem class
 BItemVisitor.cppImplementation of the BItemVisitor class
 BList.cppImplementation of the BList class
 BString.cppImplementation of the BString class
 Decoder.cppImplementation of the Decoder class
 Encoder.cppImplementation of the Encoder class
 PrettyPrinter.cppImplementation of the PrettyPrinter class
 Utils.cppImplementation of the utilities