$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [Boost.PropertyTree] Is it possible to populate a tree with user defined parser?
From: Gábor Márton (martongabesz_at_[hidden])
Date: 2011-11-07 07:48:23
Hi,
I would like to use PropertyTree as a higher level interface to access
our project's config data. However, the config data can be accessed
only through C API calls, so I cannot use the XML or INI parser.
I suppose that PropertyTree has a polimorfic implementataion, which
provides an interface for which a parser must conform, am I right?
Thanks,
Gabor