This is the complete list of members for ogdf::gdf::Parser, including all inherited members.
| m_edgeAttrs | ogdf::gdf::Parser | private |
| m_istream | ogdf::gdf::Parser | private |
| m_nodeAttrs | ogdf::gdf::Parser | private |
| m_nodeId | ogdf::gdf::Parser | private |
| Parser(std::istream &is) | ogdf::gdf::Parser | explicit |
| read(Graph &G) | ogdf::gdf::Parser | inline |
| read(Graph &G, GraphAttributes &GA) | ogdf::gdf::Parser | inline |
| readAttributes(GraphAttributes &GA, node v, const std::vector< std::string > &values) | ogdf::gdf::Parser | private |
| readAttributes(GraphAttributes &GA, edge e, const std::vector< std::string > &values) | ogdf::gdf::Parser | private |
| readEdgeDef(const std::string &str) | ogdf::gdf::Parser | private |
| readEdgeStmt(Graph &G, GraphAttributes *GA, const std::string &str, size_t line) | ogdf::gdf::Parser | private |
| readGraph(Graph &G, GraphAttributes *GA) | ogdf::gdf::Parser | private |
| readNodeDef(const std::string &str) | ogdf::gdf::Parser | private |
| readNodeStmt(Graph &G, GraphAttributes *GA, const std::string &str, size_t line) | ogdf::gdf::Parser | private |