CIM++ Adapted CIM Codebase
Integer.h
1 // Integer.h
3 // Implementation of the Class Integer
5 
6 #ifndef INTEGER_H
7 #define INTEGER_H
8 
9 namespace IEC61970
10 {
11  namespace Base
12  {
13  namespace Domain
14  {
18  typedef long Integer;
19 
20  }
21 
22  }
23 
24 }
25 #endif // INTEGER_H
Definition: AuxiliaryEquipment.h:13