Boost logo

Boost :

From: Larry Evans (cppljevans_at_[hidden])
Date: 2008-01-15 12:59:53


dan marsden wrote:
> Hi All
>
> I'm posting an early version of a library for manipulating hierarchical data structures, for example the parse trees that are produced by Spirit2. The library enables traversals, and local modifications of complex data structures, without the need to implement large amounts of repetitive traversal code. The library is in a very early state, but has a pretty large introduction and quick start guide, which (hopefully) will help get people started with the library. Formal documentation is unfortunately non-existent at this point.
>
[snip]
>
> Online documentation can be found at:
>
> http://tinyurl.com/2eyjeh
>
Page:

http://spirit.sourceforge.net/dl_docs/traversal/html/traversal/quick_start_guide.html

contains:

BOOST_FUSION_ADAPT_STRUCT(demo::dept,
                           (std::string, name)
                           (std::vector<demo::unit>, units))

I'm assuming demo is a namespace; yet, there's no declaration on that
page. Also, although I could guess what


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk