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