Declarations for DOT Parser. More...
#include <ogdf/basic/Graph.h>
#include <ogdf/basic/GraphAttributes.h>
#include <ogdf/basic/HashArray.h>
#include <ogdf/cluster/ClusterGraph.h>
#include <ogdf/cluster/ClusterGraphAttributes.h>
#include <ogdf/fileformats/DOT.h>
#include <ogdf/fileformats/DotLexer.h>
#include <cstdio>
#include <set>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | ogdf::dot::Ast |
DOT format abstract syntax tree class, based on official documentation. More... | |
struct | ogdf::dot::Ast::AList |
struct | ogdf::dot::Ast::AsgnStmt |
struct | ogdf::dot::Ast::AttrList |
struct | ogdf::dot::Ast::AttrStmt |
struct | ogdf::dot::Ast::CompassPt |
struct | ogdf::dot::Ast::EdgeLhs |
struct | ogdf::dot::Ast::EdgeRhs |
struct | ogdf::dot::Ast::EdgeStmt |
struct | ogdf::dot::Ast::Graph |
struct | ogdf::dot::Ast::NodeId |
struct | ogdf::dot::Ast::NodeStmt |
struct | ogdf::dot::Ast::Port |
struct | ogdf::dot::Ast::Stmt |
struct | ogdf::dot::Ast::StmtList |
struct | ogdf::dot::Ast::Subgraph |
class | ogdf::dot::Parser |
DOT format parser class. More... | |
struct | ogdf::dot::SubgraphData |
A helper structure containing information for recursive graph reading. More... | |
Namespaces | |
namespace | ogdf |
The namespace for all OGDF objects. | |
namespace | ogdf::dot |
Declarations for DOT Parser.
Definition in file DotParser.h.