Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
insert_whitespace_detection.hpp File Reference
Include dependency graph for insert_whitespace_detection.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  boost::wave::util::insert_whitespace_detection
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::wave
 
 boost::wave::util
 
 boost::wave::util::impl
 

Functions

template<typename StringT >
bool boost::wave::util::impl::would_form_universal_char (StringT const &value)
 
template<typename StringT >
bool boost::wave::util::impl::handle_identifier (boost::wave::token_id prev, boost::wave::token_id before, StringT const &value)
 
bool boost::wave::util::impl::handle_intlit (boost::wave::token_id prev, boost::wave::token_id)
 
bool boost::wave::util::impl::handle_floatlit (boost::wave::token_id prev, boost::wave::token_id)
 
bool boost::wave::util::impl::handle_alt_leftbrace (boost::wave::token_id prev, boost::wave::token_id)
 
bool boost::wave::util::impl::handle_alt_leftbracket (boost::wave::token_id prev, boost::wave::token_id)
 
bool boost::wave::util::impl::handle_fixedpointlit (boost::wave::token_id prev, boost::wave::token_id)
 
bool boost::wave::util::impl::handle_dot (boost::wave::token_id prev, boost::wave::token_id before)
 
bool boost::wave::util::impl::handle_questionmark (boost::wave::token_id prev, boost::wave::token_id)
 
bool boost::wave::util::impl::handle_newline (boost::wave::token_id prev, boost::wave::token_id before)
 
bool boost::wave::util::impl::handle_parens (boost::wave::token_id prev)