#include <iostream>
#include <string>
#include <include/hpctoolkit-config.h>
#include "Args.hpp"
#include <lib/analysis/Util.hpp>
#include <lib/support/diagnostics.h>
#include <lib/support/FileUtil.hpp>
#include <lib/support/StrUtil.hpp>
Go to the source code of this file.
◆ ARG_ERROR
#define ARG_ERROR |
( |
|
streamArgs | ) |
|
Value:{ std::ostringstream WeIrDnAmE; \
WeIrDnAmE << streamArgs ; \
printError(std::cerr, WeIrDnAmE.str()); \
exit(1); }
Definition at line 83 of file Args.cpp.
◆ CLP
◆ CLP_SEPARATOR
#define CLP_SEPARATOR "!!!" |
◆ usage_details
const char* usage_details |
|
static |
◆ usage_summary
const char* usage_summary |
|
static |
Initial value:
Definition at line 93 of file Args.cpp.
◆ version_info
const char* version_info = HPCTOOLKIT_VERSION_STRING |
|
static |