Inviwo 0.9.12-pre
Inviwo documentation
Loading...
Searching...
No Matches
inviwo::SearchDSL< Ts > Class Template Reference

Classes

struct  Item
 

Public Member Functions

 SearchDSL (std::vector< Item > items)
 
 SearchDSL (const SearchDSL &)=delete
 
 SearchDSL (SearchDSL &&)=delete
 
SearchDSLoperator= (const SearchDSL &)=delete
 
SearchDSLoperator= (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 ItemcurrentItem (std::string_view name)
 

The documentation for this class was generated from the following file: