Book a Demo

Author Topic: Reverse engineer macro'd class declaration  (Read 2011 times)

bonsa

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Reverse engineer macro'd class declaration
« on: November 21, 2005, 07:52:11 am »
Hi,

We use a maco for class declarations of internal classes along the lines of:

INTERNAL_CLASS(CMyClass)

where INTERNAL_CLASS is #define'd simply as "class"

I've been playing with the code generation templates and have found several ways to genererate the correct output, but so far nothing to allow me to reverse engineer it.

Any suggestions as to how one might achieve this?

Best regards,
Gavin