, including all inherited members.
arc(const std::string &caption, Arc &arc) | GraphReader< GR > | [inline] |
arcMap(const std::string &caption, Map &map) | GraphReader< GR > | [inline] |
arcMap(const std::string &caption, Map &map, const Converter &converter=Converter()) | GraphReader< GR > | [inline] |
attribute(const std::string &caption, Value &value) | GraphReader< GR > | [inline] |
attribute(const std::string &caption, Value &value, const Converter &converter=Converter()) | GraphReader< GR > | [inline] |
attributes(const std::string &caption) | GraphReader< GR > | [inline] |
edge(const std::string &caption, Edge &edge) | GraphReader< GR > | [inline] |
edgeMap(const std::string &caption, Map &map) | GraphReader< GR > | [inline] |
edgeMap(const std::string &caption, Map &map, const Converter &converter=Converter()) | GraphReader< GR > | [inline] |
edges(const std::string &caption) | GraphReader< GR > | [inline] |
GraphReader(GR &graph, std::istream &is=std::cin) | GraphReader< GR > | [inline] |
GraphReader(GR &graph, const std::string &fn) | GraphReader< GR > | [inline] |
GraphReader(GR &graph, const char *fn) | GraphReader< GR > | [inline] |
graphReader(TGR &graph, std::istream &is) | GraphReader< GR > | [friend] |
graphReader(TGR &graph, const std::string &fn) | GraphReader< GR > | [friend] |
graphReader(TGR &graph, const char *fn) | GraphReader< GR > | [friend] |
node(const std::string &caption, Node &node) | GraphReader< GR > | [inline] |
nodeMap(const std::string &caption, Map &map) | GraphReader< GR > | [inline] |
nodeMap(const std::string &caption, Map &map, const Converter &converter=Converter()) | GraphReader< GR > | [inline] |
nodes(const std::string &caption) | GraphReader< GR > | [inline] |
run() | GraphReader< GR > | [inline] |
skipEdges() | GraphReader< GR > | [inline] |
skipNodes() | GraphReader< GR > | [inline] |
useEdges(const Map &map) | GraphReader< GR > | [inline] |
useEdges(const Map &map, const Converter &converter=Converter()) | GraphReader< GR > | [inline] |
useNodes(const Map &map) | GraphReader< GR > | [inline] |
useNodes(const Map &map, const Converter &converter=Converter()) | GraphReader< GR > | [inline] |
~GraphReader() | GraphReader< GR > | [inline] |