Lumiera
0.pre.03
»edit your freedom«
|
#include "steam/fixture/model-port-registry.hpp"
ModelPortDescriptor records are used as actual storage within the model port registration table; they are immutable value objects and never exposed to client code directly.
Definition at line 147 of file model-port-registry.hpp.
Public Member Functions | |
const StID | holder () const |
const PID | id () const |
bool | isValid () const |
Friends | |
class | ModelPortRegistry |
Protected Member Functions | |
ModelPortDescriptor (PID pipe, StID element_exposing_this_port) | |
Private Attributes | |
StID | holder_ |
PID | id_ |