GML related enums and string conversion functions. More...
#include <ogdf/basic/Graph.h>
#include <ogdf/basic/graphics.h>
#include <cstddef>
#include <string>
#include <string_view>
Go to the source code of this file.
Classes | |
struct | std::hash< ogdf::gml::Key > |
Namespaces | |
ogdf | |
The namespace for all OGDF objects. | |
ogdf::gml | |
std | |
Functions | |
EdgeArrow | ogdf::gml::toArrow (const std::string &str) |
Key | ogdf::gml::toKey (const std::string &str) |
Graph::NodeType | ogdf::gml::toNodeType (const std::string &str) |
std::string | ogdf::gml::toString (const EdgeArrow &arrow) |
std::string | ogdf::gml::toString (const Graph::NodeType &type) |
std::string | ogdf::gml::toString (const Key &attr) |
GML related enums and string conversion functions.
Definition in file GML.h.