sandbox
Loading...
Searching...
No Matches
sbx::containers::detail::graph_node Class Reference

Public Member Functions

template<typename... Args>
 graph_node (node_state node_state, const task_parameters &parameters, graph_node *parent, Args &&...)
 
template<typename... Args>
 graph_node (node_state node_state, const default_task_parameters &parameters, graph_node *parent, Args &&...)
 
auto num_successors () const -> std::size_t
 
auto num_predecessors () const -> std::size_t
 
auto name () const -> const std::string &
 
template<typename... Args>
 graph_node (node_state node_state, const task_parameters &parameters, graph_node *parent, Args &&... args)
 
template<typename... Args>
 graph_node (node_state node_state, const default_task_parameters &parameters, graph_node *parent, Args &&...args)
 

Static Public Attributes

static constexpr auto placeholder = get_index_v<placeholder_task, task_handle>
 
static constexpr auto static_work = get_index_v<static_task, task_handle>
 

Friends

class graph_builder
 
class task
 

The documentation for this class was generated from the following file: