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 838 of file cmt_regexp.cxx. References tab().
00839 { 00840 tab (); cout << "end (" << this << ") " << endl; 00841 } |
|
Reimplemented from cmt_regexp_node. Definition at line 831 of file cmt_regexp.cxx. References cmt_regexp::iterator::null(), and cmt_string::size().
00833 { 00834 if (pos == text.size ()) return (cmt_regexp::iterator (pos, 0)); 00835 return (cmt_regexp::iterator::null ()); 00836 } |