| AddArc(NodeIndexType tail, NodeIndexType head) | ListGraph< NodeIndexType, ArcIndexType > | |
| AddNode(NodeIndexType node) | ListGraph< NodeIndexType, ArcIndexType > | |
| AllForwardArcs() const | BaseGraph< NodeIndexType, ArcIndexType, false > | |
| AllNodes() const | BaseGraph< NodeIndexType, ArcIndexType, false > | |
| arc_capacity() const | BaseGraph< NodeIndexType, ArcIndexType, false > | |
| arc_capacity_ | BaseGraph< NodeIndexType, ArcIndexType, false > | protected |
| ArcIndex typedef | BaseGraph< NodeIndexType, ArcIndexType, false > | |
| BaseGraph() | BaseGraph< NodeIndexType, ArcIndexType, false > | inline |
| Build() | ListGraph< NodeIndexType, ArcIndexType > | inline |
| Build(std::vector< ArcIndexType > *permutation) | ListGraph< NodeIndexType, ArcIndexType > | |
| BuildStartAndForwardHead(SVector< NodeIndexType > *head, std::vector< ArcIndexType > *start, std::vector< ArcIndexType > *permutation) | BaseGraph< NodeIndexType, ArcIndexType, false > | protected |
| ComputeCumulativeSum(std::vector< ArcIndexType > *v) | BaseGraph< NodeIndexType, ArcIndexType, false > | protected |
| const_capacities_ | BaseGraph< NodeIndexType, ArcIndexType, false > | protected |
| FreezeCapacities() | BaseGraph< NodeIndexType, ArcIndexType, false > | |
| GroupForwardArcsByFunctor(const A &a, B *b) | BaseGraph< NodeIndexType, ArcIndexType, false > | inline |
| Head(ArcIndexType arc) const | ListGraph< NodeIndexType, ArcIndexType > | |
| IsArcValid(ArcIndexType arc) const | BaseGraph< NodeIndexType, ArcIndexType, false > | inline |
| IsNodeValid(NodeIndexType node) const | BaseGraph< NodeIndexType, ArcIndexType, false > | inline |
| kNilArc | BaseGraph< NodeIndexType, ArcIndexType, false > | static |
| kNilNode | BaseGraph< NodeIndexType, ArcIndexType, false > | static |
| ListGraph() | ListGraph< NodeIndexType, ArcIndexType > | inline |
| ListGraph(NodeIndexType num_nodes, ArcIndexType arc_capacity) | ListGraph< NodeIndexType, ArcIndexType > | inline |
| max_end_arc_index() const | BaseGraph< NodeIndexType, ArcIndexType, false > | inline |
| node_capacity() const | BaseGraph< NodeIndexType, ArcIndexType, false > | |
| node_capacity_ | BaseGraph< NodeIndexType, ArcIndexType, false > | protected |
| NodeIndex typedef | BaseGraph< NodeIndexType, ArcIndexType, false > | |
| num_arcs() const | BaseGraph< NodeIndexType, ArcIndexType, false > | inline |
| num_arcs_ | BaseGraph< NodeIndexType, ArcIndexType, false > | protected |
| num_nodes() const | BaseGraph< NodeIndexType, ArcIndexType, false > | inline |
| num_nodes_ | BaseGraph< NodeIndexType, ArcIndexType, false > | protected |
| operator[](NodeIndexType node) const | ListGraph< NodeIndexType, ArcIndexType > | |
| OutDegree(NodeIndexType node) const | ListGraph< NodeIndexType, ArcIndexType > | |
| OutgoingArcs(NodeIndexType node) const | ListGraph< NodeIndexType, ArcIndexType > | |
| OutgoingArcsStartingFrom(NodeIndexType node, ArcIndexType from) const | ListGraph< NodeIndexType, ArcIndexType > | |
| Reserve(NodeIndexType node_capacity, ArcIndexType arc_capacity) | BaseGraph< NodeIndexType, ArcIndexType, false > | inline |
| ReserveArcs(ArcIndexType bound) override | ListGraph< NodeIndexType, ArcIndexType > | virtual |
| ReserveNodes(NodeIndexType bound) override | ListGraph< NodeIndexType, ArcIndexType > | virtual |
| Tail(ArcIndexType arc) const | ListGraph< NodeIndexType, ArcIndexType > | |
| ~BaseGraph() | BaseGraph< NodeIndexType, ArcIndexType, false > | inlinevirtual |