GNU Radio Manual and C++ API Reference  3.7.4.1
The Free & Open Software Radio Ecosystem
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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
 

Detailed Description

Class representing a connection between to graph endpoints.

Constructor & Destructor Documentation

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

Member Function Documentation

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

Referenced by gr::operator<<().

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

Referenced by gr::operator<<().


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