| 
    Jpp master_rocky-44-g75b7c4f75
    
   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.   | |
| bool | operator() (const std::string &target) const | 
| Test validity of target.   | |
Auxiliary data structure for selecting data.
Definition at line 112 of file JDatalogString.hh.
      
  | 
  inline | 
Constructor.
| buffer | list of valid source names | 
Definition at line 120 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 132 of file JDatalogString.hh.