![]() |
Lumiera 0.pre.04
»edit your freedom«
|
#include "steam/asset/pipe.hpp"
Public Member Functions | |
| ID (HashVal id) | |
| ID (Pipe const &) | |
| ID (PPipe const &) | |
| operator PPipe () const | |
| allows a Pipe-ID to stand in for a full Pipe Asset | |
| StreamType::ID | streamType () const |
| allows to fetch the StreamType directly just from a Pipe-ID | |
Public Member Functions inherited from ID< Struct > | |
| ID (HashVal id) | |
| ID (const Struct &) | |
Public Member Functions inherited from ID< Asset > | |
| ID (HashVal id) | |
| ID (const Asset &asset) | |
| operator HashVal () const | |
Additional Inherited Members | |
Static Public Attributes inherited from ID< Asset > | |
| static ID | INVALID |
| marker constant denoting a NIL asset | |
|
inline |
allows a Pipe-ID to stand in for a full Pipe Asset
| error::Invalid | when there is no corresponding Pipe |
Definition at line 115 of file pipe.hpp.
References Pipe::lookup().
Here is the call graph for this function:
|
inline |
allows to fetch the StreamType directly just from a Pipe-ID
| error::Invalid | when there is no corresponding Pipe |
Definition at line 121 of file pipe.hpp.
References Pipe::lookup().
Referenced by ModelPortRegistry_test::accessing_ModelPorts().
Here is the call graph for this function:
Here is the caller graph for this function:
Inheritance diagram for ID< Pipe >:
Collaboration diagram for ID< Pipe >: