Lumiera
0.pre.03
»edit your freedom«
|
Definition at line 70 of file proc-node.hpp.
Public Member Functions | |
Port (ProcID &id) | |
virtual | ~Port () |
this is an interface More... | |
virtual BuffHandle | weave (TurnoutSystem &, OptionalBuff=std::nullopt)=0 |
Public Attributes | |
ProcID & | procID |
Additional Inherited Members | |
Private Member Functions inherited from NonCopyable | |
NonCopyable (NonCopyable const &)=delete | |
NonCopyable & | operator= (NonCopyable const &)=delete |
|
virtual |
this is an interface
Definition at line 60 of file proc-node.cpp.