#include "concept_map.h"#include "link_list.h"#include "debug.h"Include dependency graph for findc_cfg.h:

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

Go to the source code of this file.
Compounds | |
| class | CFindContextConfig |
| Configuration for a 'Find Context Concepts' search. More... | |
Typedefs | |
| typedef std::pair< CSemanticConcept *, float > | CSemanticConceptPair |
| STL pair containing a semantic concept and it's associated score. | |
| typedef std::list< CSemanticConceptPair > | CResultsList |
| STL list of semantic concept + score pairs. | |
| typedef CResultsList::iterator | CResultsList_i |
| Iterator for semantic concept + score pair STL list. | |
| typedef CResultsList::const_iterator | CResultsList_ci |
| Const iterator for semantic concept + score pair STL list. | |
Definition in file findc_cfg.h.
|
|
STL list of semantic concept + score pairs.
Definition at line 35 of file findc_cfg.h. |
|
|
Const iterator for semantic concept + score pair STL list.
Definition at line 39 of file findc_cfg.h. Referenced by CFindContextConfig::GetResult(). |
|
|
Iterator for semantic concept + score pair STL list.
Definition at line 37 of file findc_cfg.h. Referenced by COMCSNet::FindContext(), CFindContextConfig::GetScoreIterator(), and CFindContextConfig::GetScoreQueue(). |
|
|
STL pair containing a semantic concept and it's associated score.
Definition at line 32 of file findc_cfg.h. Referenced by CFindContextConfig::AddNodeToResults(), and CFindContextConfig::QueueScore(). |
1.3.3