MADARA
3.1.8
|
A helper class for matching prefixes and suffixes. More...
#include <KnowledgeRequirements.h>
Public Attributes | |
std::string | prefix |
a prefix to match More... | |
std::string | suffix |
a suffix to match More... | |
A helper class for matching prefixes and suffixes.
Definition at line 32 of file KnowledgeRequirements.h.
std::string madara::knowledge::KnowledgeRequirements::MatchPredicate::prefix |
a prefix to match
Definition at line 35 of file KnowledgeRequirements.h.
std::string madara::knowledge::KnowledgeRequirements::MatchPredicate::suffix |
a suffix to match
Definition at line 38 of file KnowledgeRequirements.h.