Public Methods | |
const cmt_regexp::iterator | match (const cmt_string& text, int pos) const |
|
Reimplemented from cmt_node. Definition at line 679 of file cmt_regexp.cxx. 00681 { 00682 if (pos == 0) return (cmt_regexp::iterator (pos, 0)); 00683 return (cmt_regexp::iterator::null ()); 00684 } |