|
HDK
|
#include <UN_Wire.h>
Inheritance diagram for UN_WireBase< BASE_CLASS, GRAPH_DATA, PORT >:Public Member Functions | |
| UN_WireID | wireID () const |
| Returns the unique ID of the wire this handle refers to. More... | |
| PORT | srcPort () const |
| PORT | dstPort () const |
| GRAPH_DATA * | graphData () const |
| Returns the owner of the underlying graph data structures. More... | |
| const UN_GraphData * | constGraphData () const |
| Returns the owner of the underlying graph data structures. More... | |
| bool | isValid () const |
| Returns true if this wire is valid within the graph; false otherwise. More... | |
| operator bool () const | |
| Returns true if this wire is valid within the graph; false otherwise. More... | |
Protected Member Functions | |
| UN_WireBase ()=default | |
| Constructs a handle for an invalid wire. More... | |
| UN_WireBase (GRAPH_DATA *graph_data, UN_WireID wire_id) | |
| Constructs a handle that references the given wire in the given graph. More... | |
Base class template for the UN wire handle. Its main purpose is to factor common code for const and non-const handles.
|
protecteddefault |
Constructs a handle for an invalid wire.
|
inlineprotected |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineexplicit |
|
inline |
|
inline |