#include <vector>
#include <boost/assert.hpp>
#include <boost/wave/wave_config.hpp>
#include <boost/wave/token_ids.hpp>
#include <boost/wave/cpplexer/validate_universal_char.hpp>
#include <boost/wave/util/unput_queue_iterator.hpp>
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) |