GNU Radio Manual and C++ API Reference  3.10.9.1
The Free & Open Software Radio Ecosystem
gr::edge Class Reference

Class representing a connection between to graph endpoints. More...

#include <gnuradio/flowgraph.h>

Public Member Functions

 edge ()
 
 edge (const endpoint &src, const endpoint &dst)
 
 ~edge ()
 
const endpointsrc () const
 
const endpointdst () const
 
std::string identifier () const
 

Detailed Description

Class representing a connection between to graph endpoints.

Constructor & Destructor Documentation

◆ edge() [1/2]

gr::edge::edge ( )
inline

◆ edge() [2/2]

gr::edge::edge ( const endpoint src,
const endpoint dst 
)
inline

◆ ~edge()

gr::edge::~edge ( )

Member Function Documentation

◆ dst()

const endpoint& gr::edge::dst ( ) const
inline

◆ identifier()

std::string gr::edge::identifier ( ) const
inline

Referenced by gr::operator<<().

◆ src()

const endpoint& gr::edge::src ( ) const
inline

The documentation for this class was generated from the following file: