KDevelop API Documentation

lib/antlr/antlr/ANTLRUtil.hpp

Go to the documentation of this file.
00001 #ifndef INC_ANTLRUtil_hpp__ 00002 #define INC_ANTLRUtil_hpp__ 00003 00004 /* ANTLR Translator Generator 00005 * Project led by Terence Parr at http://www.jGuru.com 00006 * Software rights: http://www.antlr.org/RIGHTS.html 00007 * 00008 * $Id: ANTLRUtil.hpp,v 1.1 2003/05/02 00:36:19 okellogg Exp $ 00009 */ 00010 00011 #include <antlr/config.hpp> 00012 00013 #ifdef ANTLR_CXX_SUPPORTS_NAMESPACE 00014 namespace antlr { 00015 #endif 00016 00020 ANTLR_USE_NAMESPACE(std)istream& eatwhite( ANTLR_USE_NAMESPACE(std)istream& is ); 00021 00028 ANTLR_USE_NAMESPACE(std)string read_string( ANTLR_USE_NAMESPACE(std)istream& in ); 00029 00030 /* Read a ([A-Z][0-9][a-z]_)* kindoff thing. Skips leading whitespace. 00031 * @param in the istream to read from. 00032 */ 00033 ANTLR_USE_NAMESPACE(std)string read_identifier( ANTLR_USE_NAMESPACE(std)istream& in ); 00034 00044 void read_AttributeNValue( ANTLR_USE_NAMESPACE(std)istream& in, 00045 ANTLR_USE_NAMESPACE(std)string& attribute, 00046 ANTLR_USE_NAMESPACE(std)string& value ); 00047 00048 #ifdef ANTLR_CXX_SUPPORTS_NAMESPACE 00049 } 00050 #endif 00051 00052 #endif
KDE Logo
This file is part of the documentation for KDevelop Version 3.0.4.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Tue Oct 19 08:01:46 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003