#include <StructuralTransforms.hpp>
◆ adjacency
| const std::vector<std::vector<int> >& janus::detail::TarjanState::adjacency |
◆ components
| std::vector<std::vector<int> > janus::detail::TarjanState::components |
◆ index
| std::vector<int> janus::detail::TarjanState::index |
◆ lowlink
| std::vector<int> janus::detail::TarjanState::lowlink |
◆ next_index
| int janus::detail::TarjanState::next_index = 0 |
◆ on_stack
| std::vector<bool> janus::detail::TarjanState::on_stack |
◆ removed
| const std::vector<bool>& janus::detail::TarjanState::removed |
◆ stack
| std::vector<int> janus::detail::TarjanState::stack |
The documentation for this struct was generated from the following file: