| 40 | |
| 41 | inline int increaseUsedCount() noexcept { return ++usedCnt_; } |
| 42 | inline int decreaseUsedCount() noexcept { return --usedCnt_; } |
| 43 | inline int getUsedCount() const noexcept { return usedCnt_; } |
| 44 | |
| 45 | Step& getStep(int n); |
no outgoing calls
no test coverage detected