![]() |
ChimeraTK-ApplicationCore 04.06.00
|
Struct to define the direction of variables. More...
#include <Flags.h>
Public Types | |
| enum | { consuming , feeding , invalid } |
| Enum to define directions of variables. More... | |
Public Member Functions | |
| bool | operator== (const VariableDirection &other) const |
| Comparison. | |
| bool | operator!= (const VariableDirection &other) const |
Public Attributes | |
| enum ChimeraTK::VariableDirection:: { ... } | dir |
| Enum to define directions of variables. | |
| bool | withReturn |
| Presence of return channel. | |
Struct to define the direction of variables.
The main direction is defined with an enum. In addition the presence of a return channel is specified.
| anonymous enum |
|
inline |
|
inline |
| enum { ... } ChimeraTK::VariableDirection::dir |
Enum to define directions of variables.
The direction is always defined from the point-of-view of the owner, i.e. the application module owning the instance of the accessor in this context.
| bool ChimeraTK::VariableDirection::withReturn |