0

I'm trying to reverse engineer some code in EA.
I have a class that holds a member shared_ptr to an object of another class.
How can I make EA show this relationship ?

I've tried setting the shared_ptr class with the Set Collection Classes option, with no luck.

Yochai Timmer
  • 48,127
  • 24
  • 147
  • 185

1 Answers1

0

The issues you are having stem from the fact, that shared_ptr is a template.

Look at this answer, where the STL collection classes are defined and the question is similar to your issue.

Community
  • 1
  • 1
PsiX
  • 1,661
  • 1
  • 17
  • 35