Book a Demo

Author Topic: Modeling reference counting smart pointers  (Read 2031 times)

smitchell

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Modeling reference counting smart pointers
« on: August 19, 2005, 07:13:20 am »
Hi all,

I'm working on a C++ system that uses both smart pointers and dumb pointers. The smart pointers work with reference counted objects to determine their lifetime.

My question is how to best represent a smart pointer association between two classes in a class diagram.

Thanks for any tips, hints, or suggestions.

Regards,
Stan Mitchell