$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [fusion] BOOST_FUSION_ADAPT_STRUCT private members?
From: Stephan Menzel (stephan.menzel_at_[hidden])
Date: 2009-05-27 05:09:20
Hi there,
I'm looking for a way to BOOST_FUSION_ADAPT_STRUCT() private members of a struct.
Is this possible?
I'd like to parse with spirit2 directly into a struct with getters that should not be bypassed.
Cheers,
Stephan