#include "document.h"
#include "webnode.h"
#include "leafnode.h"
#include "simplehash.h"
#include "linkgraph.h"
#include "trie.h"
#include "urlfilter.h"
Include dependency graph for graphbuilder.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Compounds | |
class | GraphBuilder |
Builds the web link graph as an object of type WebLinkGraph. More... | |
Defines | |
#define | SLASHBIT 0x80 |
Typedefs | |
typedef SimpleHashTable< WebNodePtr > | SimpleWebNodePtrHashTable |
Hashtable used to look up WebNode objects from its URL in the trie. More... |
Definition in file graphbuilder.h.
|
Definition at line 33 of file graphbuilder.h. |
|
Hashtable used to look up WebNode objects from its URL in the trie.
Definition at line 36 of file graphbuilder.h. Referenced by GraphBuilder::GraphBuilder(). |