HPCToolkit
Args.cpp File Reference
#include <iostream>
#include <string>
#include "Args.hpp"
Include dependency graph for Args.cpp:

Go to the source code of this file.

Macros

#define ARG_ERROR(streamArgs)
 

Macro Definition Documentation

◆ ARG_ERROR

#define ARG_ERROR (   streamArgs)
Value:
{ std::ostringstream WeIrDnAmE; \
WeIrDnAmE << streamArgs /*<< std::ends*/; \
printError(std::cerr, WeIrDnAmE.str()); \
exit(1); }

Definition at line 76 of file Args.cpp.