Main Page | Class Hierarchy | Class List | File List | Class 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 Member Functions

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

Member Function Documentation

void cmt_begin_node::dump  )  const [virtual]
 

Reimplemented from cmt_regexp_node.

Definition at line 824 of file cmt_regexp.cxx.

References tab().

00825 {
00826   tab (); cout << "begin (" << this << ") " << endl;
00827 }

const cmt_regexp::iterator cmt_begin_node::match const cmt_string text,
int  pos
const [virtual]
 

Reimplemented from cmt_regexp_node.

Definition at line 817 of file cmt_regexp.cxx.

References cmt_regexp::iterator::null().

00819 {
00820   if (pos == 0) return (cmt_regexp::iterator (pos, 0));
00821   return (cmt_regexp::iterator::null ());
00822 }


The documentation for this class was generated from the following file:
Generated on Mon May 2 10:25:28 2005 for CMT by doxygen 1.3.5