Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

PrevUpHomeNext

Auxiliary Parsers

Attribute Parser (attr)
Attribute Transformation Pseudo Parser (attr_cast)
End of Line Parser (eol)
End of Input Parser (eoi)
Epsilon Parser (eps)
Lazy Parser (lazy)

This module includes different auxiliary parsers not fitting into any of the other categories. This module includes the attr, attr_cast, eoi, eol, eps, and lazy parsers.

Module Header
// forwards to <boost/spirit/home/qi/auxiliary.hpp>
#include <boost/spirit/include/qi_auxiliary.hpp>

Also, see Include Structure.


PrevUpHomeNext