| 48 | |
| 49 | void SetBreakInvoked() { this->BreakInvoked = true; } |
| 50 | bool GetBreakInvoked() const { return this->BreakInvoked; } |
| 51 | |
| 52 | void SetContinueInvoked() { this->ContinueInvoked = true; } |
| 53 | bool GetContinueInvoked() const { return this->ContinueInvoked; } |
no outgoing calls
no test coverage detected