|
Open Graph Drawing Framework |
v. 2023.09 (Elderberry)
|
|
|
Go to the documentation of this file.
69 std::ostream&
operator<<(std::ostream& os,
const Token& token);
94 explicit Lexer(std::istream& is);
The namespace for all OGDF objects.
std::vector< Token > m_tokens
enum ogdf::tlp::Token::Type type
std::string::const_iterator m_begin
std::ostream & operator<<(std::ostream &os, const Token &token)
friend std::ostream & operator<<(std::istream &os, const Token &token)
const std::vector< Token > & tokens() const
bool identifier(const char *str) const
bool string(const char *str) const
bool tokenizeIdentifier()
static bool isIdentifier(char c)
Token(const Type &type, size_t line, size_t column)
std::string::const_iterator m_end