This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: wrapper


"Siddharth" <siddharth.k@ap.sony.com> writes:

> I want to  add a wrapper function to all member functions a class.

If you move that class to its own translation unit and compile it with
`-finstrument-functions', that might do what you want.

Ben



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]