sa_class_declaration.m.cc

Go to the documentation of this file.
00001 // This file is automatically generated, do not edit.
00002 /*! \file
00003 \brief Errors detected during handling of class head.
00004 
00005                         Definition of errors detected during handling of class head.
00006                 
00007 */
00008 #include <lestes/lang/cplus/sem/sa_class_declaration.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(sem);
00016 /*!
00017 
00018                                 Unions shall not have bases. This message reports a violation of this
00019                                 rule.
00020                         
00021 */
00022 ptr < ::lestes::msg::message_stencil0< bool >  > union_shall_not_have_bases(::lestes::msg::message_stencil0< bool > ::create("base classes cannot be specified in a union declaration", ::lestes::msg::message::FLG_ERROR));
00023 end_package(sem);
00024 end_package(cplus);
00025 end_package(lang);
00026 end_package(lestes);

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