OPALX (Object Oriented Parallel Accelerator Library for Exascal) master (dc2a29eed580)
OPALX
Loading...
Searching...
No Matches
Statement.h File Reference
#include <iosfwd>
#include <list>
#include <string>
#include "OpalParser/Token.h"
#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)
 
Inform & operator<< (Inform &os, const Statement &statement)
 

Function Documentation

◆ operator<<() [1/2]

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

Definition at line 187 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 182 of file Statement.h.

References Statement::print().

Here is the call graph for this function: