OPAL (Object Oriented Parallel Accelerator Library)
2021.1.99
OPAL
|
#include <iosfwd>
#include <string>
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 &) |
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.