OPALX (Object Oriented Parallel Accelerator Library for Exascal) MINIorX
OPALX
Token.h File Reference
#include <iosfwd>
#include <string>
Include dependency graph for Token.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Token
 Representation of a single input token. More...

Functions

std::ostream & operator<< (std::ostream &, const Token &)

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & os,
const Token & token )

Definition at line 220 of file Token.cpp.

References Token::getInteger(), Token::getLex(), Token::getReal(), Token::getType(), Token::IS_DELIMITER, Token::IS_EOF, Token::IS_ERROR, Token::IS_INTEGER, Token::IS_REAL, Token::IS_STRING, and Token::IS_WORD.

Here is the call graph for this function: