Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

cw_misc.cc File Reference

Go to the source code of this file.

Functions

CLINK void deleteCstring (Cstring *s)
CLINK void deleteCwCharClass (CwCharClass *c)
CLINK void deleteCwCatchClause (CwCatchClause *ptr)
CLINK void yyerror (char *message)
CLINK void yywarn (char *message)
CLINK void cw_die (char *message)
vector<string>* CstringList2vector (CstringList l)
vector<CharClassDescriptor>* CwCharClassList2vector (CwCharClassList l)

Variables

int yylineno = 1


Function Documentation

CLINK void deleteCstring ( Cstring * s )
 

Definition at line 52 of file cw_misc.cc.

CLINK void deleteCwCharClass ( CwCharClass * c )
 

Definition at line 57 of file cw_misc.cc.

CLINK void deleteCwCatchClause ( CwCatchClause * ptr )
 

Definition at line 62 of file cw_misc.cc.

void yyerror ( char * message )
 

Definition at line 68 of file cw_misc.cc.

CLINK void yywarn ( char * message )
 

Definition at line 74 of file cw_misc.cc.

CLINK void cw_die ( char * message )
 

Definition at line 80 of file cw_misc.cc.

vector< string > * CstringList2vector<string> ( CstringList l )
 

Returns a new vector<string> containing the strings from the given string list.

Definition at line 85 of file cw_misc.cc.

vector< CharClassDescriptor > * CwCharClassList2vector<CharClassDescriptor> ( CwCharClassList l )
 

Definition at line 96 of file cw_misc.cc.


Variable Documentation

int yylineno = 1
 

Definition at line 277 of file scanner.c.


Generated at Tue Jul 9 21:05:46 2002 for CppCC by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001