struct axl::re::MatchCondition
#include <axl_re_Nfa.h> struct MatchCondition { // fields MatchConditionKind m_conditionKind; sl::BitMap m_charSet; uint_t m_char; // construction MatchCondition(); // methods void addChar(uchar_t c); bool isMatch(uchar_t c) const; };