Classes | Defines

baciError.h File Reference

#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)

Detailed Description

Header file BACI Error.


Define Documentation

#define ACS_COMPLETION (   arg...  )     ACSErrHelper::ACSErrStack(__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.

Parameters:
arg List of arguments used by ACSErrStack
#define ACS_COMPLETION_LOG (   arg...  )     ACSErrHelper::ACSErrStackLog(__FILE__, __LINE__,## arg)

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.

Parameters:
arg List of arguments used by ACSErrStack