GNU Radio 3.6.5 C++ API

gr_edge Class Reference

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

#include <gr_flowgraph.h>

List of all members.

Public Member Functions

 gr_edge ()
 gr_edge (const gr_endpoint &src, const gr_endpoint &dst)
 ~gr_edge ()
const gr_endpointsrc () const
const gr_endpointdst () const

Detailed Description

Class representing a connection between to graph endpoints.


Constructor & Destructor Documentation

gr_edge::gr_edge ( ) [inline]
gr_edge::gr_edge ( const gr_endpoint src,
const gr_endpoint dst 
) [inline]
gr_edge::~gr_edge ( )

Member Function Documentation

const gr_endpoint& gr_edge::dst ( ) const [inline]

Referenced by operator<<().

const gr_endpoint& gr_edge::src ( ) const [inline]

Referenced by operator<<().


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