Lumiera
0.pre.03
»edit your freedom«
|
Strategy: explore the structure depth first.
After returning an element, delve into the scope defined by this element and so on recursively.
Definition at line 122 of file placement-index-query-resolver.cpp.
Public Member Functions | |
DeepExplorer (PIter start, PIdx idx) | |
Private Member Functions | |
bool | exhausted () |
Pla & | step () |
Private Attributes | |
PIdx | index_ |
std::stack< PIter > | scopes_ |