From: Grzegorz J. <ja...@he...> - 2004-04-02 14:12:33
|
On Mon, 29 Mar 2004, Raphael Yokoingawa de Camargo wrote: > Hi, > > I am new openc++ user and I'm using it in my doctoral research. I'm encountering > some difficulties. > > 1) Is there a way for me to access the entire program PTree instead of only the > PTree relative to classes. I need this functionality because I will also use > openc++ to manipulate C code (that don't have classes) and I need to know about > all the function definitions in the code. Look at ParseOpencxx(). > 2) Is there a way to only include some selected source files in the AST tree? > The generated source trees are to big because they include all the system header > files. It also makes much more difficult for me to analize the code, since I don > know wich code is from the applications. Asen Kovachev had some new ideas on that, but he is busy now and this subproject stopped. He proposed a callback that you could register with OpenC++ to tell it if header should be analyzed. > Maybe some of these question was already responded in the list, but since its > archives are not working I don't have access to them. Aren't they working at all or just now? BR Grzegorz > Any help will be appreciated. > > thanks, Raphael. > > Raphael Yokoingawa de Camargo <rca...@im...> > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > 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) 2004 Grzegorz Jakacki, HED. All Rights Reserved. # ################################################################## |