Go to the documentation of this file.
37 fatalErrorMessage(__FILE__, __LINE__)
39 #define fatalErrorIn( functionName ) \
40 fatalErrorInMessage((functionName), __FILE__, __LINE__ )
42 #define fatalErrorInFunction fatalErrorIn(FUNCTION_NAME)
44 #define Not_Implemented(functionName) \
45 notImplementedErrorMessage ((functionName), __FILE__, __LINE__ )
47 #define notImplementedFunction Not_Implemented(FUNCTION_NAME);
49 #define ioErrorInFile( fileName, lineNumber) \
50 ioErrorMessage( fileName, lineNumber, FUNCTION_NAME, __FILE__, __LINE__ )
52 #define warningIn( functionName ) \
53 warningMessage((functionName), __FILE__, __LINE__ )
55 #define warningInFunction warningIn(FUNCTION_NAME)
pFlow::iOstream & fatalErrorMessage(const char *fileName, int linNumber)
pFlow::iOstream & reportAndExit()
pFlow::iOstream & ioErrorMessage(const pFlow::word &fileName, int fileLineNumber, const char *fnName, const char *fName, int lNumber)
pFlow::iOstream & fatalErrorInMessage(const char *fnName, const char *fileName, int linNumber)
pFlow::iOstream & warningMessage(const char *fnName, const char *fileName, int linNumber)
pFlow::iOstream & notImplementedErrorMessage(const char *fnName, const char *fileName, int lineNumber)