![]() |
Lumiera 0.pre.04~rc.1
»edit your freedom«
|
#include "steam/engine/proc-node.hpp"
Helper for connectivity-checks in tests.
Definition at line 324 of file proc-node.hpp.
Public Member Functions | |
| _ConCheck (ProcNode &n) | |
| operator bool () | |
| implement decision logic based on context given. | |
| _ConCheck | to (ProcNode &n) |
| _ConCheck | to (Port &p) |
| _ConCheck | asLead (uint idx) |
| _ConCheck | toLead (uint idx) |
| _ConCheck | asSrc (uint idx) |
| _ConCheck | port (uint idx) |
| _ConCheck | atPort (uint idx) |
Private Attributes | |
| ProcNodeDiagnostic | anchor |
| ProcNode * | srcNode {nullptr} |
| Port * | srcPort {nullptr} |
| optional< uint > | leadNo {nullopt} |
| optional< uint > | portNo {nullopt} |
| optional< uint > | srcNo {nullopt} |
| optional< uint > | srcPNo {nullopt} |
Additional Inherited Members | |
Private Member Functions inherited from MoveOnly | |
| ~MoveOnly ()=default | |
| MoveOnly ()=default | |
| MoveOnly (MoveOnly &&)=default | |
| MoveOnly (MoveOnly const &)=delete | |
| MoveOnly & | operator= (MoveOnly &&)=delete |
| MoveOnly & | operator= (MoveOnly const &)=delete |
Definition at line 336 of file proc-node.hpp.
| operator bool | ( | ) |
implement decision logic based on context given.
Definition at line 343 of file proc-node.hpp.
References _ConCheck::srcNode.
Definition at line 344 of file proc-node.hpp.
References _ConCheck::srcPort.
Definition at line 345 of file proc-node.hpp.
References _ConCheck::leadNo.
Definition at line 346 of file proc-node.hpp.
References _ConCheck::leadNo.
Definition at line 347 of file proc-node.hpp.
References _ConCheck::srcNo.
Definition at line 348 of file proc-node.hpp.
References _ConCheck::portNo.
Definition at line 349 of file proc-node.hpp.
References _ConCheck::srcPNo.
|
private |
Definition at line 327 of file proc-node.hpp.
|
private |
Definition at line 328 of file proc-node.hpp.
Referenced by _ConCheck::to().
|
private |
Definition at line 329 of file proc-node.hpp.
Referenced by _ConCheck::to().
|
private |
Definition at line 330 of file proc-node.hpp.
Referenced by _ConCheck::asLead(), and _ConCheck::toLead().
|
private |
Definition at line 331 of file proc-node.hpp.
Referenced by _ConCheck::port().
|
private |
Definition at line 332 of file proc-node.hpp.
Referenced by _ConCheck::asSrc().
|
private |
Definition at line 333 of file proc-node.hpp.
Referenced by _ConCheck::atPort().
Inheritance diagram for _ConCheck:
Collaboration diagram for _ConCheck: