Public Member Functions | |
const cmt_regexp::iterator | match (const cmt_string &text, int pos) const |
void | dump () const |
|
Reimplemented from cmt_regexp_node. Definition at line 824 of file cmt_regexp.cxx. References tab().
00825 { 00826 tab (); cout << "begin (" << this << ") " << endl; 00827 } |
|
Reimplemented from cmt_regexp_node. Definition at line 817 of file cmt_regexp.cxx. References cmt_regexp::iterator::null().
00819 { 00820 if (pos == 0) return (cmt_regexp::iterator (pos, 0)); 00821 return (cmt_regexp::iterator::null ()); 00822 } |