#include <gr_flowgraph.h>

Public Member Functions | |
| gr_endpoint () | |
| gr_endpoint (gr_basic_block_sptr block, int port) | |
| gr_basic_block_sptr | block () const |
| int | port () const |
| bool | operator== (const gr_endpoint &other) const |
| gr_endpoint::gr_endpoint | ( | ) | [inline] |
| gr_endpoint::gr_endpoint | ( | gr_basic_block_sptr | block, | |
| int | port | |||
| ) | [inline] |
| gr_basic_block_sptr gr_endpoint::block | ( | ) | const [inline] |
Referenced by operator<<().
| bool gr_endpoint::operator== | ( | const gr_endpoint & | other | ) | const [inline] |
References d_basic_block, and d_port.
| int gr_endpoint::port | ( | ) | const [inline] |
Referenced by operator<<().
1.5.8