How to iterate nested 'structs' in property tree

15 Aug
2011
15 Aug
'11
4:19 p.m.
Hello List, I have an .info file with the following structure and as I am unable to use BOOST_FOREACH to iterate these I was wondering how it was done? Items { Item { ID 999 Description "Text to describe the item" Stuff1 1 Stuff2 0 Stuff3 7 ItemSettings { Setting1 9 Setting2 12 Setting3 0.1 } SubItems { SubItem { ID 0 Status 0 } SubItem { ID 1 Status 0 } } } Item { ; Structure as above } ; And so on... } -- Bill
5002
Age (days ago)
5003
Last active (days ago)
1 comments
1 participants
participants (1)
-
Bill Moo