add_flow_inner_link(int64 src_node_index, int64 src_port_index, int64 dst_node_index, int64 dst_port_index) | sydevs::systems::node_structure | inline |
add_flow_inward_link(int64 src_port_index, int64 dst_node_index, int64 dst_port_index) | sydevs::systems::node_structure | inline |
add_flow_outward_link(int64 src_node_index, int64 src_port_index, int64 dst_port_index) | sydevs::systems::node_structure | inline |
add_message_inner_link(int64 src_node_index, int64 src_port_index, int64 dst_node_index, int64 dst_port_index) | sydevs::systems::node_structure | inline |
add_message_inward_link(int64 src_port_index, int64 dst_node_index, int64 dst_port_index) | sydevs::systems::node_structure | inline |
add_message_outward_link(int64 src_node_index, int64 src_port_index, int64 dst_port_index) | sydevs::systems::node_structure | inline |
add_node(system_node *node_ptr) | sydevs::systems::node_structure | inline |
erase_node(int64 node_index) | sydevs::systems::node_structure | inline |
flow_inner_links(int64 src_node_index, int64 src_port_index) const | sydevs::systems::node_structure | inline |
flow_inward_links(int64 src_port_index) const | sydevs::systems::node_structure | inline |
flow_outward_links(int64 src_node_index, int64 src_port_index) const | sydevs::systems::node_structure | inline |
message_inner_links(int64 src_node_index, int64 src_port_index) const | sydevs::systems::node_structure | inline |
message_inward_links(int64 src_port_index) const | sydevs::systems::node_structure | inline |
message_outward_links(int64 src_node_index, int64 src_port_index) const | sydevs::systems::node_structure | inline |
node(int64 node_index) const | sydevs::systems::node_structure | inline |
node_count() const | sydevs::systems::node_structure | inline |
node_structure() | sydevs::systems::node_structure | inline |
node_structure(const node_structure &)=delete | sydevs::systems::node_structure | |
node_structure(node_structure &&)=delete | sydevs::systems::node_structure | |
operator=(const node_structure &)=delete | sydevs::systems::node_structure | |
operator=(node_structure &&)=delete | sydevs::systems::node_structure | |
~node_structure()=default | sydevs::systems::node_structure | virtual |