OPAL (Object Oriented Parallel Accelerator Library)
2021.1.99
OPAL
|
#include "OpalParser/OpalParser.h"
#include "AbstractObjects/Action.h"
#include "AbstractObjects/Attribute.h"
#include "AbstractObjects/Expressions.h"
#include "AbstractObjects/OpalData.h"
#include "AbstractObjects/Object.h"
#include "AbstractObjects/ValueDefinition.h"
#include "Attributes/Attributes.h"
#include "OpalParser/CompoundStatement.h"
#include "OpalParser/IfStatement.h"
#include "OpalParser/WhileStatement.h"
#include "MemoryManagement/Pointer.h"
#include "Parser/SimpleStatement.h"
#include "Parser/Token.h"
#include "Utilities/OpalException.h"
#include "Utilities/ParseError.h"
#include "Utilities/Options.h"
#include <cmath>
#include <ctime>
#include <exception>
#include <iostream>
#include <new>
#include <boost/algorithm/string.hpp>
#include "Message/GlobalComm.h"
#include "Utility/Inform.h"
#include "Utility/IpplInfo.h"
Go to the source code of this file.
Variables | |
Inform * | gmsg |
|
extern |
Definition at line 62 of file Main.cpp.
Referenced by OpalParser::execute(), OpalParser::printHelp(), and OpalParser::readStatement().