Hi all,
Alright, so, here's the gist of my issue. I'm attempting to rework my code templates in EA so that the format is as consistent with my work's coding standard as possible. Here's the problem I've run in to. I have a typedef that I want to be of type SmartPtr :: Ptr <type T >, so I add the appropriate template bindings to it. The namespace path of the SmartPtr is SmartPtr :: Ptr. Then, after I add the template bindings, when I click properties of the typedef and go to templates, the appropriate binding is there, but it says the target is merely "Ptr". And, consequentially, when I generate code, the typedef is merely of type "Ptr". However, when I click the binding in the template options mentioned previously and click "edit" a dialog pops up saying the target of the template binding is "SmartPtr :: Ptr".
So, why is it telling me the typedef has two different template binding targets? And how can I get the code generation to actually display the second, more complete one?
Any help?
Thanks,
Aaron