Base class for circulators. More...

Public Types | |
| enum class | direction { none , clockwise , anticlockwise } |
| Direction type enumeration. More... | |
Public Member Functions | |
| CirculatorBase () | |
| Construct null. More... | |
|
strong |
Direction type enumeration.
| Enumerator | |
|---|---|
| none | |
| clockwise | |
| anticlockwise | |
Definition at line 51 of file CirculatorBase.H.
|
inline |
Construct null.
Definition at line 62 of file CirculatorBase.H.