|
YOrch 1.0.0
|
#include <serial_dfs.hpp>
Public Member Functions | |
| constexpr | node_fanout_guard (plan_fanout_state< Plan > *in_fanout) noexcept |
| node_fanout_guard (const node_fanout_guard &)=default | |
| node_fanout_guard & | operator= (const node_fanout_guard &)=default |
| ~node_fanout_guard () | |
| constexpr void | arm () noexcept |
Public Attributes | |
| plan_fanout_state< Plan > * | fanout = nullptr |
| bool | armed = false |
Definition at line 11 of file serial_dfs.hpp.
|
inlineexplicitconstexprnoexcept |
Definition at line 15 of file serial_dfs.hpp.
|
default |
|
inline |
Definition at line 20 of file serial_dfs.hpp.
|
inlineconstexprnoexcept |
Definition at line 26 of file serial_dfs.hpp.
|
default |
| bool yorch::detail::node_fanout_guard< Plan, I >::armed = false |
Definition at line 13 of file serial_dfs.hpp.
| plan_fanout_state<Plan>* yorch::detail::node_fanout_guard< Plan, I >::fanout = nullptr |
Definition at line 12 of file serial_dfs.hpp.