cpp-bencoding
|
▼Nbencoding | Main namespace of the bencoding library |
▼CBDictionary | Representation of a dictionary |
CBStringByValueComparator | Comparator of keys for the dictionary |
CBInteger | Representation of an integer |
CBItem | Base class for all items (integers, strings, etc.) |
CBItemVisitor | Base class for all visitors of the BItem subclasses |
CBList | Representation of a list |
CBString | Representation of a string |
CDecoder | Decoder of bencoded data |
CDecodingError | Exception thrown when there is an error during the decoding |
CEncoder | Data encoder |
CPrettyPrinter | Pretty printer of data |