Main Page | Alphabetical List | Compound List | File List | Compound Members | File Members

findc_cfg.h File Reference

#include "concept_map.h"
#include "link_list.h"
#include "debug.h"

Include dependency graph for findc_cfg.h:

Include dependency graph

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

Included by dependency graph

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< CSemanticConceptPairCResultsList
 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.


Detailed Description

Definition in file findc_cfg.h.


Typedef Documentation

typedef std::list<CSemanticConceptPair> CResultsList
 

STL list of semantic concept + score pairs.

Definition at line 35 of file findc_cfg.h.

typedef CResultsList::const_iterator CResultsList_ci
 

Const iterator for semantic concept + score pair STL list.

Definition at line 39 of file findc_cfg.h.

Referenced by CFindContextConfig::GetResult().

typedef CResultsList::iterator CResultsList_i
 

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().

typedef std::pair<CSemanticConcept *, float> CSemanticConceptPair
 

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().


Generated on Tue Sep 16 09:44:05 2003 for OMCSNetCPP by doxygen 1.3.3