QualifierMatch

type that allows you to specify which qualifiers are required in a match stores required and forbidden qualifiers

Members

Functions

diffToString
string diffToString(string[] against)
Undocumented in source. Be warned that the author may not have intended to support it.
matches
bool matches(string[] against)

returns true if all required qualifiers are present and all forbidden are absent in against array

toString
string toString()

Meta