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

Advanced

In Depth
Parsers in Depth
Customization of Spirit's Attribute Handling
Determine if a Type Should be Treated as a Container (Qi and Karma)
Determine if a Type Should be Treated as a String (Qi and Karma)
Determine Whether a Component Handles Container Attributes (Qi and Karma)
Transform an Attribute to a Different Type (Qi and Karma)
Store a Parsed Attribute Value (Qi)
Store Parsed Attribute Values into a Container (Qi)
Re-Initialize an Attribute Value before Parsing (Qi)
Extract an Attribute Value to Generate Output (Karma)
Extract From a Container Attribute Value to Generate Output (Karma)
Extract Attribute Values to Generate Output from a Container (Karma)
Extract a C-Style String to Generate Output from a String Type (Karma)
Atomically Extract an Attribute Value from a Container (Karma)
Create Components from Attributes (Qi and Karma)

PrevUpHomeNext