Class: etk::RegExpNodeValue


Synopsis:

+           RegExpNodeValue  (void);
+ ~RegExpNodeValue (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);

Object Hierarchy:

RegExpNode
    +--> etk::RegExpNodeValue

Detail:

etk::RegExpNodeValue ()

RegExpNodeValue(void);

Constructor


etk::~RegExpNodeValue ()

~RegExpNodeValue(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);