Global variables

2005-08-29 Thread Primrose.Mbanefo
Hello, I'm trying to extract global variables from a set of c++ files. I tried using: cp_namespace_decls(global_namespace); But this returns a whole set of variables which I do not want to know about now (i.e stdout, timezone, _ZTISt10ostrstream e.t.c) How do I get rid of this excess or what is

Question on accessing and using binfos

2005-08-03 Thread Primrose.Mbanefo
> Hello, > > I'm wondering if I can get information from here on how to use the > binfo macros. > What are the binfo access functions for gcc 3.4.1? I'm having trouble creating the html files for gcc and I've been told BINFO_BASE_BINFO and BINFO_BASE_ITERATE, which I found on the onlinedocs, are