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

cmt_any_node Class Reference

Inheritance diagram for cmt_any_node

Inheritance graph
[legend]
Collaboration diagram for cmt_any_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_any_node::match ( const cmt_string & text,
int pos ) const [virtual]
 

Reimplemented from cmt_node.

Definition at line 436 of file cmt_regexp.cxx.

00438 {
00439   if ((pos < 0) | (pos >= text.size ())) 
00440     {
00441       return (cmt_regexp::iterator::null ());
00442     }
00443   
00444   return (cmt_regexp::iterator (pos, 1));
00445 }


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