OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Classes | Functions
Statement.h File Reference
#include "Parser/Token.h"
#include <iosfwd>
#include <list>
#include <string>
#include <Ippl.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

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

Definition at line 185 of file Statement.h.

References Statement::print().

Here is the call graph for this function:

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

Definition at line 190 of file Statement.h.

References Statement::print().

Here is the call graph for this function: