#include <MRViewer/MRUITestEngine.h>
RAII wrapper for pushTree()/popTree(): pushes a named group on construction and pops it on scope exit (including early returns and exceptions). Prefer this over a manual pushTree() + MR_FINALLY{ popTree(); }.
◆ TreeGuard() [1/2]
| MR::UI::TestEngine::TreeGuard::TreeGuard |
( |
std::string_view | name | ) |
|
|
inlineexplicit |
◆ ~TreeGuard()
| MR::UI::TestEngine::TreeGuard::~TreeGuard |
( |
| ) |
|
|
inline |
◆ TreeGuard() [2/2]
| MR::UI::TestEngine::TreeGuard::TreeGuard |
( |
const TreeGuard & | | ) |
|
|
delete |
◆ operator=()
The documentation for this class was generated from the following file: