OPAL (Object Oriented Parallel Accelerator Library)  2021.1.99
OPAL
Classes | Functions
Statement.h File Reference
#include "Parser/Token.h"
#include <iosfwd>
#include <list>
#include <string>
#include "Utility/Inform.h"
Include dependency graph for Statement.h:
This graph shows which files directly or indirectly include this file:

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)
 
Informoperator<< (Inform &os, const Statement &statement)
 

Function Documentation

◆ operator<<() [1/2]

Inform& operator<< ( Inform os,
const Statement statement 
)
inline

Definition at line 191 of file Statement.h.

References Statement::print().

Here is the call graph for this function:

◆ operator<<() [2/2]

std::ostream& operator<< ( std::ostream &  os,
const Statement statement 
)
inline

Definition at line 186 of file Statement.h.

References Statement::print().

Here is the call graph for this function: