[Uml-user] class templates

Jonathan Riddell jr at jriddell.org
Tue Aug 24 07:15:09 UTC 2004


On Wed, Aug 11, 2004 at 09:13:36AM +0200, Christian Kohrt wrote:
> I tried to figure out the class templates feature for many hours with no
> success.
> 
> Can anyone explain how this feature works? I use the latest Umbrello
> release(s) 1.2.1 and 1.2.2.
> I need C++ class templates (parameterized classes) for my software project.
> I can add a template to a class, but when I generated the code, the class
> but not the template was implemented, i.e.:
> 
> template <class c>
> class testclass { ...};

Unfortunatly the code generators do not support class templates (the
generator being written just before template support was added).  You
could create a wishlist item in bugs.kde.org to encourage us to fix
this, or fix it yourself.

Sorry I can't help more.

Jonathan Riddell




More information about the umbrello mailing list