Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

baciError.h File Reference

#include <baci.h>
#include <baciC.h>
#include <acserr.h>
#include <ACSErrTypeOKC.h>

Include dependency graph for baciError.h:

Include dependency graph

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

Included by dependency graph

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


Generated on Thu Apr 30 02:33:17 2009 for ACS C++ API by doxygen 1.3.8