string_joiner.m.cc

Go to the documentation of this file.
00001 // This file is automatically generated, do not edit.
00002 /*! \file
00003 \brief Messages for joining strings.
00004 
00005                         Definition of warnings and errors issued for joining string literals.
00006                 
00007 */
00008 #include <lestes/lang/cplus/lex/string_joiner.m.hh>
00009 #include <lestes/common.hh>
00010 #include <lestes/msg/reporting_support.hh>
00011 
00012 package(lestes);
00013 package(lang);
00014 package(cplus);
00015 package(lex);
00016 /*!
00017 
00018                                 Issued when both wide and narrow string literals are
00019             found in a sequence of string literals.
00020                         
00021 */
00022 ptr < ::lestes::msg::message_stencil0< bool >  > mixed_strings(::lestes::msg::message_stencil0< bool > ::create("adjacent narrow and wide string literals", ::lestes::msg::message::FLG_ERROR));
00023 end_package(lex);
00024 end_package(cplus);
00025 end_package(lang);
00026 end_package(lestes);

Generated on Mon Feb 12 18:23:36 2007 for lestes by doxygen 1.5.1-20070107