#include <lestes/lang/cplus/syn/errors.m.hh>#include <lestes/common.hh>#include <lestes/msg/reporting_support.hh>Go to the source code of this file.
Namespaces | |
| namespace | lestes |
| namespace | lestes::lang |
| namespace | lestes::lang::cplus |
| namespace | lestes::lang::cplus::syn |
Functions | |
| ptr< ::lestes::msg::message_stencil1< lstring > > | lestes::lang::cplus::syn::parse_error (::lestes::msg::message_stencil1< lstring >::create("%0",::lestes::msg::message::FLG_ERROR,::lestes::msg::formatter< lstring >::instance())) |
| ptr< ::lestes::msg::message_stencil0< bool > > | lestes::lang::cplus::syn::disa_failed (::lestes::msg::message_stencil0< bool >::create("syntax error",::lestes::msg::message::FLG_ERROR)) |
| ptr< ::lestes::msg::message_stencil0< bool > > | lestes::lang::cplus::syn::sub_error (::lestes::msg::message_stencil0< bool >::create(" sub-error here",::lestes::msg::message::FLG_ERROR)) |
| ptr< ::lestes::msg::message_stencil0< bool > > | lestes::lang::cplus::syn::cont_here (::lestes::msg::message_stencil0< bool >::create(" continuing here",::lestes::msg::message::FLG_ERROR)) |
| ptr< ::lestes::msg::message_stencil0< bool > > | lestes::lang::cplus::syn::unmatched_open (::lestes::msg::message_stencil0< bool >::create("syntax error: unmatched opening",::lestes::msg::message::FLG_ERROR)) |
| ptr< ::lestes::msg::message_stencil0< bool > > | lestes::lang::cplus::syn::invalid_cond (::lestes::msg::message_stencil0< bool >::create("syntax error: error in condition",::lestes::msg::message::FLG_ERROR)) |
| ptr< ::lestes::msg::message_stencil0< bool > > | lestes::lang::cplus::syn::or_here (::lestes::msg::message_stencil0< bool >::create(" possibly here",::lestes::msg::message::FLG_ERROR)) |
| ptr< ::lestes::msg::message_stencil0< bool > > | lestes::lang::cplus::syn::empty_condition (::lestes::msg::message_stencil0< bool >::create("syntax error: empty condition not allowed here",::lestes::msg::message::FLG_ERROR)) |
| ptr< ::lestes::msg::message_stencil0< bool > > | lestes::lang::cplus::syn::bad_end (::lestes::msg::message_stencil0< bool >::create("syntax error: unexpected end",::lestes::msg::message::FLG_ERROR)) |
| ptr< ::lestes::msg::message_stencil0< bool > > | lestes::lang::cplus::syn::bad_global_qual (::lestes::msg::message_stencil0< bool >::create("global qualification (::) not allowed here",::lestes::msg::message::FLG_ERROR)) |
| ptr< ::lestes::msg::message_stencil0< bool > > | lestes::lang::cplus::syn::wrong_before_coloncolon (::lestes::msg::message_stencil0< bool >::create("name followed by :: is not a class, nor a namespace name",::lestes::msg::message::FLG_ERROR)) |
| ptr< ::lestes::msg::message_stencil0< bool > > | lestes::lang::cplus::syn::unknown_before_coloncolon (::lestes::msg::message_stencil0< bool >::create("unknown name followed by ::",::lestes::msg::message::FLG_ERROR)) |
1.5.1-20070107