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 doxygen file commands to headers and sources
[dueringa_WikiWalker.git]
/
src
/
Walker.h
blob
7891b415feb83b678497d3952c36d63d256297f5
1
//! \file Walker.h
2
3
#ifndef _WALKER_H
4
#define _WALKER_H
5
6
#include
"ArticleCollection.h"
7
8
//! Base class for article analyzers
9
class
Walker
10
{
11
protected
:
12
//! article collection, used as cache, for walked articles
13
ArticleCollection articleSet
;
14
};
15
16
#endif
// _WALKER_H