Searched refs:_chosenNext (Results 1 – 4 of 4) sorted by relevance
90 _chosenNext(nullptr) { in RandomCommand()99 _chosenNext = _choices[choice]; in execute()104 return _chosenNext; in next()
65 Command *_chosenNext; variable