Book a Demo

Author Topic: C++ code engineering -> pointer to function  (Read 2085 times)

ban

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
C++ code engineering -> pointer to function
« on: June 13, 2007, 04:48:27 am »
Hello,


I have C++ classes and I imported them into EA class model.
All functions are good recognized and modeled except the one with pointer to function as parameter. What type of parameter I need to set, to get right code-model synchronisation ???

The function prototype seems like:
void foo(void (*EntryPoint)(void));

Thanks