Looking for a utility that lists all the functions under a

Looking for a utility that lists all the functions under a

am 18.04.2008 22:24:25 von Avi

I'm looking for a utility that will scan a C++ file and list all the
functions under a preprocessing directive.

In the example code below:
Upon request to list all the files under the preprocessing directive
AAA
the utiltiy should report
foo1
foo2

Upon request to list all the files under the preprocessing directive
BBB
the utiltiy should report
foo3

Thanks,
Avi

main()
{
}

#ifdef AAA

foo1()
{
}

foo2()
{
}

#endif

#ifdef BBB

foo3()
{
}

#endif

-----------------------------------------------------------

Re: Looking for a utility that lists all the functions under a preprocessing directive in a C++ fil

am 18.04.2008 22:37:35 von Keith Keller

On 2008-04-18, Avi wrote:
> I'm looking for a utility that will scan a C++ file and list all the
> functions under a preprocessing directive.

Great! I assume you've started writing your own code, since this
newsgroup isn't your paid consultant. So post what you've written so
far, and people may help you fix it.

--keith



--
kkeller-usenet@wombat.san-francisco.ca.us
(try just my userid to email me)
AOLSFAQ=http://www.therockgarden.ca/aolsfaq.txt
see X- headers for PGP signature information