Jpp
18.2.1-ARCA-DF-PATCH
the software that should make you happy
|
Auxiliary data structure for selecting data. More...
#include <JDatalogString.hh>
Public Member Functions | |
JKeywords (const std::initializer_list< std::string > &buffer) | |
Constructor. More... | |
bool | operator() (const std::string &target) const |
Test validity of target. More... | |
Auxiliary data structure for selecting data.
Definition at line 111 of file JDatalogString.hh.
|
inline |
Constructor.
buffer | list of valid source names |
Definition at line 119 of file JDatalogString.hh.
|
inline |
Test validity of target.
A target is valid if it contains one of the keywords.
target | target |
Definition at line 131 of file JDatalogString.hh.