From: Grzegorz J. <ja...@he...> - 2003-12-09 00:27:55
|
On Mon, 8 Dec 2003, Vijay Patil wrote: > Hi , > > I am new to this use of tool. I was wondering if I can use this to parse a > C++ header file and get all the public methods info(like function signature > and other info) as an output(may be like in a parse tree). Redefine default metaclass just like samples/GraphClass.mc does. In TranslateClass() use NthMethod() to enumerate methods. Use Member::IsPublic() to filter out non-public members. Write if you need more help. BR Grzegorz > > Any help is appreciated. > > Regards, > Vijay > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > Does SourceForge.net help you be more productive? Does it > help you create better code? SHARE THE LOVE, and help us help > YOU! Click Here: http://sourceforge.net/donate/ > _______________________________________________ > Opencxx-users mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opencxx-users > > ################################################################## # Grzegorz Jakacki Huada Electronic Design # # Senior Engineer, CAD Dept. 1 Gaojiayuan, Chaoyang # # tel. +86-10-64365577 x2074 Beijing 100015, China # # Copyright (C) 2003 Grzegorz Jakacki, HED. All Rights Reserved. # ################################################################## |