OpenASIP  2.0
Typedefs
FUConflictDetectorIndex.hh File Reference
#include <map>
#include <vector>
#include "FUResourceConflictDetector.hh"
Include dependency graph for FUConflictDetectorIndex.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef std::map< std::string, FUResourceConflictDetector * > FUConflictDetectorIndex
 
typedef std::vector< FUConflictDetectorIndexMultiCoreFUConflictDetectorIndex
 

Detailed Description

Declaration of FUConflictDetectorIndex type.

Author
Pekka Jääskeläinen 2005 (pjaaskel-no.spam-cs.tut.fi)
Note
rating: red

Definition in file FUConflictDetectorIndex.hh.

Typedef Documentation

◆ FUConflictDetectorIndex

typedef std::map<std::string, FUResourceConflictDetector*> FUConflictDetectorIndex

Index for conflict detectors for FUs of a single core.

Definition at line 45 of file FUConflictDetectorIndex.hh.

◆ MultiCoreFUConflictDetectorIndex

An index for conflict detectors for each core in a multicore processor.

Definition at line 51 of file FUConflictDetectorIndex.hh.