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

cmt_begin_node Class Reference

Inheritance diagram for cmt_begin_node

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

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 }


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