OPAL (Object Oriented Parallel Accelerator Library)
2021.1.99
OPAL
|
#include "Parser/Token.h"
#include <iosfwd>
#include <list>
#include <string>
#include "Utility/Inform.h"
Go to the source code of this file.
Classes | |
class | Statement |
Interface for statements. More... | |
Functions | |
std::ostream & | operator<< (std::ostream &os, const Statement &statement) |
Inform & | operator<< (Inform &os, const Statement &statement) |
Definition at line 191 of file Statement.h.
References Statement::print().
|
inline |
Definition at line 186 of file Statement.h.
References Statement::print().