10 May
2009
10 May
'09
2:55 p.m.
Hi! I'm trying to use booost.wave to parse some C headers and generate code for each function declaration found. How would you write code that identifies all function declarations? Is there any higher level structure that helps me finding this or do I need to create some state machine that matches the pattern for a function declaration from what's found in the token iterator? Thanks /David