Workspace 6.21.5
Namespaces | Macros
argumentsparser.cpp File Reference
#include "argumentsparser.h"
#include <iostream>
#include <QCoreApplication>
#include <QDebug>
#include <QFileInfo>
#include "Workspace/Application/LanguageUtils/errorchecks.h"
#include "Workspace/Application/LanguageUtils/streamqstring.h"
#include "Workspace/DataExecution/Logging/logstream.h"
#include "logmanager.h"
Include dependency graph for argumentsparser.cpp:

Namespaces

namespace  CSIRO
 Top level namespace for all Workspace code.
 
namespace  CSIRO::Application
 Application-level functionality for all workspace applications.
 

Macros

#define STRINGIFY(x)   #x
 
#define TOSTRING(x)   STRINGIFY(x)
 

Macro Definition Documentation

◆ STRINGIFY

#define STRINGIFY (   x)    #x

◆ TOSTRING

#define TOSTRING (   x)    STRINGIFY(x)