$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] multinomial tree-like container
From: Paul Dugas (paul_at_[hidden])
Date: 2010-03-02 01:06:18
On Mon, Mar 1, 2010 at 5:53 AM, Hicham Mouline <hicham_at_[hidden]> wrote:
> Is there a library that provides a public container that has the structure of a tree where there are top nodes, and each node can have 0 to N children?
Is "Property Tree" what you're looking for?
http://www.boost.org/doc/libs/1_42_0/doc/html/property_tree.html
PD