#include <baci.h>#include <baciC.h>#include <acserr.h>#include <ACSErrTypeOKC.h>Include dependency graph for baciError.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | ACSErrHelper |
Defines | |
| #define | ACS_COMPLETION(arg...) ACSErrHelper::ACSErrStack(__FILE__, __LINE__,## arg) |
| #define | ACS_COMPLETION_LOG(arg...) ACSErrHelper::ACSErrStackLog(__FILE__, __LINE__,## arg) |
|
|
ACS_COMPLETION is a macro which updates the singleton Completion. Takes in a variable number of arguments and passes them to ACSErrHelper::ACSErrStack while prepending the current file name and line number to the list of arguments.
|
|
|
ACS_COMPLETION_LOG is a macro which updates the singleton Completion and logs it if necessary. Takes in variable number of arguments and passes them to ACSErrHelper::ACSErrStackLog while prepending the current file name and line number to the list of arguments.
|
1.3.8