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

Directive

Inhibiting Skipping (lexeme[])
Inhibiting Skipping Without Pre-skip (no_skip[])
Inhibiting Case Sensitivity (no_case[])
Ignoring Attribute (omit[])
Transduction Parsing (raw[])
Repetition (repeat[])
Test if Parser Succeeded (matches[])
Re-Establish Skipping (skip[])

This module includes different directives usable to augment and parametrize other parsers. It includes the no_case, lexeme, omit, raw, repeat, matches, no_skip, and skip directives.

Module Header
// forwards to <boost/spirit/home/qi/directive.hpp>
#include <boost/spirit/include/qi_directive.hpp>

Also, see Include Structure.


PrevUpHomeNext