GraphTool  1.0
Tool for analyzing and graphically visualizing code dependencies for Ericsson.
 All Classes Namespaces Functions Variables Typedefs Enumerations Pages
mem_type.h
1 #ifndef MEM_TYPE_H
2 #define MEM_TYPE_H
3 
4 namespace GraphTool {
5  enum MemType { UNDEFINED, LDM, LPM, LDM_LPM };
6 }
7 
8 #endif