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

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext

Auxiliary

Attribute (attr)
Attribute Transformation Pseudo Generator (attr_cast)
End of Line (eol)
End of Input (eoi)
Epsilon (eps)
Lazy (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