From: <se...@in...> - 2006-11-17 05:34:30
|
On Thu, 2006-11-16 at 09:50 -0200, Em=C3=ADlio Wuerges wrote: > Hi to All, >=20 > My problem is simple: > I need to parse a header file, search for classes declaration with > virtual methods and print their signature. > I searched for an example in OpenC++ documentation and this list with > no results. in Reference Manuel paragraph 8.1 Introspection, for me it is page 45 bool IsVirtual() bool IsPureVirtual() > Can someone give me a clue? > Can OpenC++ do it? >=20 > After that, I would like to add a few members, remove some and output > a refactored C++ code. > Can OpenC++ still do it? see 7.4 Translation and 7.4.1 Class Definition should provide enough for what you describe see AppendMember(...) > Tx for your time, |