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

Namespaces

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

Functions

template<typename StringT >
StringT boost::wave::util::impl::escape_lit (StringT const &value)
 
template<typename StringT >
StringT boost::wave::util::impl::unescape_lit (StringT const &value)
 
template<typename ContainerT , typename PositionT >
ContainerT::value_type::string_type boost::wave::util::impl::as_stringlit (ContainerT const &token_sequence, PositionT const &pos)
 
template<typename StringT , typename IteratorT >
StringT boost::wave::util::impl::as_string (IteratorT it, IteratorT const &end)
 
template<typename ContainerT >
ContainerT::value_type::string_type boost::wave::util::impl::as_string (ContainerT const &token_sequence)
 
template<typename IteratorT >
boost::wave::token_id boost::wave::util::impl::skip_whitespace (IteratorT &first, IteratorT const &last)
 
template<typename IteratorT , typename ContainerT >
boost::wave::token_id boost::wave::util::impl::skip_whitespace (IteratorT &first, IteratorT const &last, ContainerT &queue)