$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [fusion] BOOST_FUSION_ADAPT_STRUCT private members?
From: Stephan Menzel (stephan.menzel_at_[hidden])
Date: 2009-05-28 10:24:01
Joel,
> No. But what I am planning instead is to provide a class adapter with
> user defined getters/setters. Would that help?
It would, if such construct would be a little more flexible than the macro.
I don't want to complain about it since it does the job but sometimes I just like to save the hassle with a data only transfer struct and parse directly into a class without having all members public.
Best regards...
Stephan