Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

cmt_end_node Class Reference

Inheritance diagram for cmt_end_node

Inheritance graph
[legend]
Collaboration diagram for cmt_end_node:

Collaboration graph
[legend]
List of all members.

Public Methods

const cmt_regexp::iterator match (const cmt_string& text, int pos) const

Member Function Documentation

const cmt_regexp::iterator cmt_end_node::match ( const cmt_string & text,
int pos ) const [virtual]
 

Reimplemented from cmt_node.

Definition at line 688 of file cmt_regexp.cxx.

00690 {
00691   if (pos == text.size ()) return (cmt_regexp::iterator (pos, 0));
00692   return (cmt_regexp::iterator::null ());
00693 }


The documentation for this class was generated from the following file:
Generated at Thu May 16 16:27:41 2002 for CMT by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000