ROSE  0.11.96.11
BasicTypes.h
1 #ifndef ROSE_BasicTypes_H
2 #define ROSE_BasicTypes_H
3 
4 // Recursively includes all basic types. These are mostly forward declarations. Try to keep other things to a bare minimum.
5 
6 #include <Rose/BinaryAnalysis/BasicTypes.h>
7 
8 namespace Rose {
9 
10 class Exception;
11 class Location;
12 class Progress;
13 class SourceLocation;
14 
15 } // namespace
16 #endif
Rose
Main namespace for the ROSE library.
Definition: BinaryTutorial.dox:3