ANTLRUtil.hpp
Go to the documentation of this file.00001 #ifndef INC_ANTLRUtil_hpp__
00002 #define INC_ANTLRUtil_hpp__
00003
00004
00005
00006
00007
00008
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
00031
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
This file is part of the documentation for KDevelop Version 3.1.2.