#include <ogdf/fileformats/DotParser.h>
Public Member Functions | |
Port (std::string *idString, CompassPt *compassPT) | |
~Port () | |
Public Attributes | |
CompassPt * | compassPt |
std::string * | id |
Definition at line 284 of file DotParser.h.
ogdf::dot::Ast::Port::Port | ( | std::string * | idString, |
CompassPt * | compassPT | ||
) |
ogdf::dot::Ast::Port::~Port | ( | ) |
CompassPt* ogdf::dot::Ast::Port::compassPt |
Definition at line 286 of file DotParser.h.
std::string* ogdf::dot::Ast::Port::id |
Definition at line 285 of file DotParser.h.