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

Identifiers.h File Reference

#include <cstdio>
#include <string>
#include <set>
#include "AGTypes.h"
#include "AGException.h"
#include "Hash.h"

Include dependency graph for Identifiers.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  Identifiers

Typedefs

typedef string String
typedef hash_set<Id,hashString,
StringEqual
IdSet
typedef hash_map<AGSetId,AGSet*,
hashString,StringEqual
AGSetRefs
typedef hash_map<AGId,AG*,
hashString,StringEqual
AGRefs
typedef hash_map<TimelineId,
Timeline*,hashString,StringEqual
TimelineRefs
typedef hash_map<SignalId,
Signal*,hashString,StringEqual
SignalRefs
typedef hash_map<AnnotationId,
Annotation*,hashString,StringEqual
AnnotationRefs
typedef hash_map<AnchorId,
Anchor*,hashString,StringEqual
AnchorRefs


Typedef Documentation

typedef hash_map< AGId, AG *,hashString, StringEqual > AGRefs<AGId,AG*,hashString,StringEqual >
 

typedef hash_map< AGSetId, AGSet *,hashString, StringEqual > AGSetRefs<AGSetId,AGSet*,hashString,StringEqual >
 

typedef hash_map< AnchorId, Anchor *,hashString, StringEqual > AnchorRefs<AnchorId,Anchor*,hashString,StringEqual >
 

typedef hash_map< AnnotationId, Annotation *,hashString, StringEqual > AnnotationRefs<AnnotationId,Annotation*,hashString,StringEqual >
 

typedef hash_set< Id, hashString, StringEqual > IdSet<Id,hashString,StringEqual>
 

typedef hash_map< SignalId, Signal *,hashString, StringEqual > SignalRefs<SignalId,Signal*,hashString,StringEqual >
 

typedef string String
 

typedef hash_map< TimelineId, Timeline *,hashString, StringEqual > TimelineRefs<TimelineId,Timeline*,hashString,StringEqual >
 


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