ROSE  0.9.6a
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
BasicBlockLocalIndex.h
Go to the documentation of this file.
1 #ifndef BASICBLOCKATTRIBUTE_IS_DEFINED
2 #define BASICBLOCKATTRIBUTE_IS_DEFINED
3 
4 
5 
11 
12  public:
14  void setAttribute(int i){local_index = i;}
15 
16  private:
18 
19 };
20 // The local index serves as a kind of counter which counts the number of statements within a basic block which already have been "wrapped" in pragma declarations.
21 
22 #endif