This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Global variables
- From: <Primrose dot Mbanefo at Infineon dot com>
- To: <gcc at gcc dot gnu dot org>
- Date: Mon, 29 Aug 2005 14:34:30 +0200
- Subject: Global variables
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 the right way of accessing
such variables?
Thanks,
Primrose