#include "webnode.h"
#include <slist>
Include dependency graph for linkgraph.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Compounds | |
class | WebLinkGraph |
Encapsulates the web link graph as a WebNodeList of WebNode objects. More... | |
Typedefs | |
typedef slist< WebNode * > | WebNodeList |
A singly linked list of WebNodePtr objects. More... |
Definition in file linkgraph.h.
|
A singly linked list of WebNodePtr objects.
Definition at line 29 of file linkgraph.h. Referenced by WebLinkGraph::WebLinkGraph(). |