|
| SearchDSL (std::vector< Item > items) |
|
| SearchDSL (const SearchDSL &)=delete |
|
| SearchDSL (SearchDSL &&)=delete |
|
SearchDSL & | operator= (const SearchDSL &)=delete |
|
SearchDSL & | operator= (SearchDSL &&)=delete |
|
Document | description () const |
|
bool | setSearchString (std::string_view str) |
|
bool | match (const Ts &... things) const |
|
const std::vector< std::pair< const Item *, std::string_view > > & | currentItems () const |
|
std::optional< std::pair< const Item &, std::string_view > > | current (std::string_view name) |
|
std::optional< std::string_view > | currentStr (std::string_view name) |
|
const Item * | currentItem (std::string_view name) |
|
The documentation for this class was generated from the following file: