8 #ifndef BENCODING_BITEMVISITOR_H 9 #define BENCODING_BITEMVISITOR_H Representation of an integer.
Definition: BInteger.h:23
Base class for all visitors of the BItem subclasses.
Definition: BItemVisitor.h:25
Representation of a dictionary.
Definition: BDictionary.h:39
virtual ~BItemVisitor()
Destructs the visitor.
Main namespace of the bencoding library.
Representation of a string.
Definition: BString.h:23
BItemVisitor()
Constructs the visitor.
virtual void visit(BDictionary *bDictionary)=0
Representation of a list.
Definition: BList.h:26