#include <list>#include "id_map.h"Include dependency graph for link_list.h:

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

Go to the source code of this file.
Compounds | |
| class | CSemanticLinkList |
| List of semantic links. More... | |
Typedefs | |
| typedef std::list< CSemanticLink * > | CLinkList |
| STL list of semantic links. | |
| typedef CLinkList::iterator | CLinkList_i |
| Iterator for semantic link STL list. | |
| typedef CLinkList::const_iterator | CLinkList_ci |
| Const iterator for semantic link STL list. | |
| typedef CLinkList::reverse_iterator | CLinkList_ri |
| Reverse iterator for semantic link STL list. | |
Definition in file link_list.h.
|
|
STL list of semantic links.
Definition at line 32 of file link_list.h. |
|
|
Const iterator for semantic link STL list.
Definition at line 37 of file link_list.h. |
|
|
Iterator for semantic link STL list.
Definition at line 35 of file link_list.h. Referenced by CSemanticLinkList::Clone(), CSemanticLinkList::GetIterator(), and CSemanticLinkList::Lookup(). |
|
|
Reverse iterator for semantic link STL list.
Definition at line 39 of file link_list.h. Referenced by COMCSNet::FindPathFromA_To_B(), and CSemanticLinkList::GetReverseIterator(). |
1.3.3