ROSE  0.11.145.0
Traits.h
1 #ifndef ROSE_Traits_H
2 #define ROSE_Traits_H
3 
4 namespace Rose {
5 
7 namespace Traits {}
8 
9 }
10 
11 #include <Rose/Traits/Describe.h>
12 #include <Rose/Traits/Traversal.h>
13 
14 #endif
Main namespace for the ROSE library.