Sparx Systems Forum

Enterprise Architect => General Board => Topic started by: nethead on March 03, 2006, 02:48:27 am

Title: generate c++ generic operation
Post by: nethead on March 03, 2006, 02:48:27 am
Hello,

is there a way to define, for C++ code generation, generics on operations? For example:

class A
{

 template< class TypeT >
 void  foo( TypeT reference );

};

Thanks for help!
Title: Re: generate c++ generic operation
Post by: Adam on September 06, 2007, 10:12:24 pm
bump