My Project
 All Classes Files Functions Variables Typedefs Enumerations Enumerator
error.h
Go to the documentation of this file.
1 #ifndef ERROR_H
2 #define ERROR_H
3 
4 enum ERROR_CODE {
6  NO_INVERSE = -2,
7  NO_ERROR = 1,
12 
13 };
14 
15 #endif
Definition: error.h:8
Definition: error.h:9
ERROR_CODE
Definition: error.h:4
Definition: error.h:6
Definition: error.h:7
Definition: error.h:10
Definition: error.h:11
Definition: error.h:5