GNU Radio 3.7.1 C++ API
gr::edge Class Reference

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

#include <flowgraph.h>

List of all members.

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]

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: