preprocessor.m.cc File Reference

Messages for preprocessor to C++ token transformation. More...

#include <lestes/lang/cplus/lex/preprocessor.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::lex

Functions

ptr< ::lestes::msg::message_stencil0<
bool > > 
lestes::lang::cplus::lex::invalid_character_in_number (::lestes::msg::message_stencil0< bool >::create("invalid character in number",::lestes::msg::message::FLG_ERROR))
ptr< ::lestes::msg::message_stencil0<
bool > > 
lestes::lang::cplus::lex::floating_exponent_empty (::lestes::msg::message_stencil0< bool >::create("floating literal exponent with no digits",::lestes::msg::message::FLG_ERROR))
ptr< ::lestes::msg::message_stencil0<
bool > > 
lestes::lang::cplus::lex::floating_suffix_invalid (::lestes::msg::message_stencil0< bool >::create("floating literal with invalid suffix",::lestes::msg::message::FLG_ERROR))
ptr< ::lestes::msg::message_stencil0<
bool > > 
lestes::lang::cplus::lex::integral_suffix_invalid (::lestes::msg::message_stencil0< bool >::create("integral literal with invalid suffix",::lestes::msg::message::FLG_ERROR))
ptr< ::lestes::msg::message_stencil0<
bool > > 
lestes::lang::cplus::lex::integral_empty (::lestes::msg::message_stencil0< bool >::create("integral literal with no digits",::lestes::msg::message::FLG_ERROR))
ptr< ::lestes::msg::message_stencil1<
ucn_string > > 
lestes::lang::cplus::lex::invalid_cpp_token (::lestes::msg::message_stencil1< ucn_string >::create("cannot convert `%0' to C++ token",::lestes::msg::message::FLG_ERROR,::lestes::msg::formatter< ucn_string >::instance()))
ptr< ::lestes::msg::message_stencil1<
ucn_string > > 
lestes::lang::cplus::lex::stray_character (::lestes::msg::message_stencil1< ucn_string >::create("stray character `%0'",::lestes::msg::message::FLG_ERROR,::lestes::msg::formatter< ucn_string >::instance()))


Detailed Description

Messages for preprocessor to C++ token transformation.

Definition of warnings and errors issued for token transformation and numeric literal parsing.

Definition in file preprocessor.m.cc.


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