Book a Demo

Author Topic: Class Templates  (Read 3394 times)

BeginnerBoy

  • Guest
Class Templates
« on: July 31, 2002, 09:25:36 am »
I wanted to be able to create a template class (paramterized class), then link it to a class via an aggregate, then <bind> another class to the template as the paramater. And I could do it. Great! However, when I generate the code for the class that the template is linked to it doesn't automatically paramterize the template.  I don't know if I'm using the right type of link to <bind> the class I want to use as a paramter to the template class.  Complicated enough?

Anyway, if you have solved this problem, please explain how I can get the code to be generated that looks like this:

vector<Set*> m_vector;

Thanks