GNU Radio 3.5.1 C++ API
|
Class representing a connection between to graph endpoints. More...
#include <gr_flowgraph.h>
Public Member Functions | |
gr_edge () | |
gr_edge (const gr_endpoint &src, const gr_endpoint &dst) | |
~gr_edge () | |
const gr_endpoint & | src () const |
const gr_endpoint & | dst () const |
Class representing a connection between to graph endpoints.
gr_edge::gr_edge | ( | ) | [inline] |
gr_edge::gr_edge | ( | const gr_endpoint & | src, |
const gr_endpoint & | dst | ||
) | [inline] |
gr_edge::~gr_edge | ( | ) |
const gr_endpoint& gr_edge::dst | ( | ) | const [inline] |
Referenced by operator<<().
const gr_endpoint& gr_edge::src | ( | ) | const [inline] |
Referenced by operator<<().