16 namespace uhd {
namespace rfnoc {
namespace detail {
22 using uptr = std::unique_ptr<graph_t>;
89 std::vector<graph_edge_t> enumerate_edges();
100 friend class graph_accessor_t;
102 std::unique_ptr<impl> _impl;
Definition: build_info.hpp:12
std::unique_ptr< graph_t > uptr
Definition: graph.hpp:22
#define UHD_API
Definition: config.h:87
Definition: graph_edge.hpp:22
Container for the logical graph within an uhd::rfnoc_graph.
Definition: graph.hpp:19