Book a Demo

Author Topic: C-Code Generation, no typedef private enum, struct  (Read 4570 times)

Helmut Ortmann

  • EA User
  • **
  • Posts: 970
  • Karma: +42/-1
    • View Profile
C-Code Generation, no typedef private enum, struct
« on: January 28, 2013, 09:33:08 pm »
Hi,

EA generates the typedefs for enum, struct,.. in *.h File for public\protected classes.

EA don't generates typedefs for enum, struct,.. in *.c File for private classes.

If such an enum, struct is private I would expect EA to generate the associated stuff in the *.c file.

The Reverse Engineering function works as expected.
  • Typedefs from *.h are public.
  • Typedefs from *.c are private.

Thanks and kind regards,

Helmut
Coaching, Training, Workshop (Addins: hoTools, Search&Replace, LineStyle)