#include <map>#include <algorithm>#include "AGTypes.h"#include "Identifiers.h"#include "Anchor.h"#include "Annotation.h"#include "Hash.h"Include dependency graph for AnnotationIndex.h:

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

Go to the source code of this file.
Compounds | |
| class | AnnotationIndex |
Typedefs | |
| typedef hash_map<Id, Anchor*, hashString, StringEqual > | AnchorById |
| typedef map<Offset, AnchorSet, less<Offset> > | AnchorSetByOffset |
| typedef hash_map<Id, Annotation*, hashString, StringEqual > | ById |
| typedef hash_map<String, AnnotationSet, hashString, StringEqual > | ByType |
| typedef map<Offset, AnnotationSet> | ByOffset |
| typedef hash_map<pair<string, string>, AnnotationSet, hashStringPair, StringPairEqual > | ByFeature |
| typedef hash_map<Anchor*, AnnotationSet, hashPointer, PointerEqual> | ByAnchor |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.2.7 written by Dimitri van Heesch,
© 1997-2001