Helper class to keep track of command nesting level.
More...
#include <command_func.h>
|
bool | IsTopLevel () const |
| Are we in the top-level command execution?
|
|
Helper class to keep track of command nesting level.
Definition at line 58 of file command_func.h.
◆ RecursiveCommandCounter()
RecursiveCommandCounter::RecursiveCommandCounter |
( |
| ) |
|
|
inlinenoexcept |
◆ ~RecursiveCommandCounter()
RecursiveCommandCounter::~RecursiveCommandCounter |
( |
| ) |
|
|
inlinenoexcept |
◆ IsTopLevel()
bool RecursiveCommandCounter::IsTopLevel |
( |
| ) |
const |
|
inline |
Are we in the top-level command execution?
Definition at line 63 of file command_func.h.
◆ _counter
int RecursiveCommandCounter::_counter = 0 |
|
staticprivate |
The documentation for this struct was generated from the following files: