Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

AnnotationIndex.h File Reference

#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:

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  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, AnnotationSetByOffset
typedef hash_map<pair<string,
string>, AnnotationSet, hashStringPair,
StringPairEqual
ByFeature
typedef hash_map<Anchor*,
AnnotationSet, hashPointer,
PointerEqual
ByAnchor


Typedef Documentation

typedef hash_map< Id, Anchor *, hashString, StringEqual > AnchorById<Id, Anchor*, hashString, StringEqual >
 

typedef map< Offset, AnchorSet, less< Offset > > AnchorSetByOffset<Offset, AnchorSet, less<Offset> >
 

typedef hash_map< Anchor *, AnnotationSet, hashPointer, PointerEqual > ByAnchor<Anchor*, AnnotationSet, hashPointer, PointerEqual>
 

typedef hash_map< pair< string, string >, AnnotationSet, hashStringPair, StringPairEqual > ByFeature<pair<string,string>, AnnotationSet, hashStringPair, StringPairEqual >
 

typedef hash_map< Id, Annotation *, hashString, StringEqual > ById<Id, Annotation*, hashString, StringEqual >
 

typedef map< Offset, AnnotationSet > ByOffset<Offset, AnnotationSet>
 

typedef hash_map< String, AnnotationSet, hashString, StringEqual > ByType<String, AnnotationSet, hashString, StringEqual >
 


Generated at Wed Jul 3 14:54:26 2002 for Annotation Graph API by doxygen1.2.7 written by Dimitri van Heesch, © 1997-2001