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 documentation regarding storage
[dueringa_WikiWalker.git]
/
src
/
Article.cpp
blob
6d1b995bc57bc57ef00f88c9493e273ab761a5a0
1
#include
"Article.h"
2
3
size_t
Article
::
getNumLinks
()
const
4
{
5
return
links
.
size
();
6
}