#include <map>#include <string>#include "link.h"#include "link_list.h"Include dependency graph for link_map.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Compounds | |
| class | CLinkMap |
| Associative map of semantic links. More... | |
Typedefs | |
| typedef std::map< SemanticID, CSemanticLink * > | CSemanticLinkMap |
| STL map of semantic links using a numeric ID as a key. | |
| typedef CSemanticLinkMap::iterator | CSemanticLinkMap_i |
| Iterator for the semantic link STL map. | |
| typedef CSemanticLinkMap::const_iterator | CSemanticLinkMap_ci |
| Const iterator for the semantic link STL map. | |
Definition in file link_map.h.
|
|
STL map of semantic links using a numeric ID as a key.
Definition at line 34 of file link_map.h. |
|
|
Const iterator for the semantic link STL map.
Definition at line 39 of file link_map.h. |
|
|
Iterator for the semantic link STL map.
Definition at line 37 of file link_map.h. Referenced by CLinkMap::FindPathTo(), CLinkMap::GetIterator(), CAnalogousWeightNode::GetLinkIterator(), CLinkMap::Lookup(), COMCSNet::p_AnalogousProcessBackwardLinkMap(), COMCSNet::p_AnalogousProcessLinkMap(), COMCSNet::p_AnalogousProcessWeightedNode(), COMCSNet::p_FindContextProcessLinkMap(), CLinkMap::Remove(), CLinkMap::Save(), and CLinkMap::Store(). |
1.3.3