Class: etk::RegExpNodePThese


Synopsis:

+           RegExpNodePThese  (void);
+ ~RegExpNodePThese (void);
+ int32_t generate (const std::vector<char32_t> & _data);
+ bool parse (const CLASS_TYPE & _data,
int64_t _currentPos,
int64_t _lenMax,
int64_t & _findLen);
+ void display (uint32_t _level);
+ void drawColoredRegEx (void);

Object Hierarchy:

RegExpNode
    +--> etk::RegExpNodePThese

Detail:

etk::RegExpNodePThese ()

RegExpNodePThese(void);

Constructor


etk::~RegExpNodePThese ()

~RegExpNodePThese(void);

Destructor


generate ()

int32_t generate(const std::vector<char32_t> & _data);



parse ()

bool parse(const CLASS_TYPE & _data,
           int64_t _currentPos,
           int64_t _lenMax,
           int64_t & _findLen);



display ()

void display(uint32_t _level);



drawColoredRegEx ()

void drawColoredRegEx(void);

Just display the regExp in color ...