22 using uptr = std::unique_ptr<graph_t>;
102 std::unique_ptr<impl> _impl;
uhd::rfnoc::node_t * node_ref_t
A shorthand for a pointer to a node.
Definition graph.hpp:24
std::vector< graph_edge_t > enumerate_edges()
friend class graph_accessor_t
Definition graph.hpp:100
std::unique_ptr< graph_t > uptr
Definition graph.hpp:22
void remove(node_ref_t node)
uhd::rfnoc::graph_edge_t graph_edge_t
Shorthand to existing graph_edge_t.
Definition graph.hpp:26
void connect(node_ref_t src_node, node_ref_t dst_node, graph_edge_t edge_info)
void disconnect(node_ref_t src_node, node_ref_t dst_node, graph_edge_t edge_info)
#define UHD_API
Definition config.h:87
Definition actions.hpp:24
Definition build_info.hpp:12
Definition graph_edge.hpp:23