repo.or.cz
/
dueringa_WikiWalker.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add conversion tests for ArticleCollection
[dueringa_WikiWalker.git]
/
src
/
Walker.h
blob
bdc01680d8759060ea358e6706bf252bf3c0825d
1
#ifndef _WALKER_H
2
#define _WALKER_H
3
4
#include
"ArticleCollection.h"
5
6
//! Base class for article analyzers
7
class
Walker
8
{
9
protected
:
10
//! article collection, used as cache, for walked articles
11
ArticleCollection articleSet
;
12
};
13
14
#endif
// _WALKER_H