Class representing a specific input or output graph endpoint.  
 More...
#include <gnuradio/flowgraph.h>
Class representing a specific input or output graph endpoint. 
 
◆ endpoint() [1/2]
  
  
      
        
          | gr::endpoint::endpoint  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ endpoint() [2/2]
  
  
      
        
          | gr::endpoint::endpoint  | 
          ( | 
          basic_block_sptr  | 
          block,  | 
         
        
           | 
           | 
          int  | 
          port  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
 
◆ block()
  
  
      
        
          | basic_block_sptr gr::endpoint::block  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ identifier()
  
  
      
        
          | std::string gr::endpoint::identifier  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ operator==()
  
  
      
        
          | bool gr::endpoint::operator==  | 
          ( | 
          const endpoint &  | 
          other | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ port()
  
  
      
        
          | int gr::endpoint::port  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
The documentation for this class was generated from the following file: