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

Class representing a specific input or output graph endpoint. More...

#include <flowgraph.h>

List of all members.

Public Member Functions

 endpoint ()
 endpoint (basic_block_sptr block, int port)
basic_block_sptr block () const
int port () const
bool operator== (const endpoint &other) const

Detailed Description

Class representing a specific input or output graph endpoint.


Constructor & Destructor Documentation

gr::endpoint::endpoint ( ) [inline]
gr::endpoint::endpoint ( basic_block_sptr  block,
int  port 
) [inline]

Member Function Documentation

Referenced by gr::operator<<().

bool gr::endpoint::operator== ( const endpoint other) const [inline]
int gr::endpoint::port ( ) const [inline]

Referenced by gr::operator<<().


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