Add conversion tests for ArticleCollection
[dueringa_WikiWalker.git] / src / Walker.h
blobbdc01680d8759060ea358e6706bf252bf3c0825d
1 #ifndef _WALKER_H
2 #define _WALKER_H
4 #include "ArticleCollection.h"
6 //! Base class for article analyzers
7 class Walker
9 protected:
10 //! article collection, used as cache, for walked articles
11 ArticleCollection articleSet;
14 #endif // _WALKER_H