as far as I know, template functions are not available in Rose (not even visualy)...
-----Message d'origine----- De: Bertrand Vejux [mailto:[EMAIL PROTECTED]] Date: jeudi 31 janvier 2002 10:47 �: [EMAIL PROTECTED] Objet: (ROSE) Generation of C++ Code I works with Rose C++ Professional Edition and I want to generate a code like this : class Toto { template < class T > void addMessage (const T & msg); } template <class T > inline void addMessage(const T & msg) { .... } Any idea Regards, Bertrand VEJUX ************************************************************************ * Rose Forum is a public venue for ideas and discussions. * For technical support, visit http://www.rational.com/support * * Post or Reply to: [EMAIL PROTECTED] * Subscription Requests: [EMAIL PROTECTED] * Archive of messages: * http://www.rational.com/support/usergroups/rose/rose_forum.jsp * Other Requests: [EMAIL PROTECTED] * * To unsubscribe from the list, please send email * To: [EMAIL PROTECTED] * Subject: <BLANK> * Body: unsubscribe rose_forum ************************************************************************* ************************************************************************ * Rose Forum is a public venue for ideas and discussions. * For technical support, visit http://www.rational.com/support * * Post or Reply to: [EMAIL PROTECTED] * Subscription Requests: [EMAIL PROTECTED] * Archive of messages: * http://www.rational.com/support/usergroups/rose/rose_forum.jsp * Other Requests: [EMAIL PROTECTED] * * To unsubscribe from the list, please send email * To: [EMAIL PROTECTED] * Subject: <BLANK> * Body: unsubscribe rose_forum *************************************************************************
