Re: [Boost-users] [spirit] should be a very simple problem, but I'm stumped
23 Feb
2006
23 Feb
'06
6:41 p.m.
-----Original Message----- From: boost-users-bounces@lists.boost.org [mailto:boost-users- bounces@lists.boost.org] On Behalf Of Todd Day Sent: Thursday, February 23, 2006 9:35 AM To: boost-users@lists.boost.org Subject: [Boost-users] [spirit] should be a very simple problem,but I'm stumped
I have to look for strings of the form (including the quotes) "ParmName: ParmValue" I'm looking for certain ParmNames, and I have to grab the associated ParmValue.
[Nat] Maybe the Spirit parser is the wrong place to get specific about the ParmNames you're seeking? Maybe what you should do is parse *every* item of that form, stuffing the pairs into a std::map. Then you can extract from that map the specific items you want.
6835
Age (days ago)
6835
Last active (days ago)
0 comments
1 participants
participants (1)
-
Nat Goodspeed