Book a Demo

Author Topic: C++ Property By Reference  (Read 1896 times)

jhandler

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
C++ Property By Reference
« on: August 21, 2003, 09:52:36 pm »
Hi,

I'm trying to create C++ code for a class that uses pass-by-reference properties. I set the "Default Reference Type" in options > Generation > C++ to use pass-by-reference (Reference &), but when I check the "property" checkbox for my attributes, the accessors always use pass-by-pointer.

What am I missing?

Thanks,

Jon