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