Rebel Fork Framework
|
Public Member Functions | |
GraphNode * | GetNode () const |
PinType * | GetPin () const |
operator bool () const | |
bool | operator! () const |
operator GraphNode * () const | |
operator PinType * () const | |
template<typename OtherPinType > | |
GraphPinRef< OtherPinType > | GetConnectedPin () const |
Protected Member Functions | |
GraphPinRef (GraphNode *node, PinType *pin) | |
Protected Attributes | |
GraphNode * | node_ {} |
PinType * | pin_ {} |
Friends | |
class | GraphNode |