I have to create a field, which is a pointer to the function. (This is a C++ project). In the field form, there are two fields 'Name' and 'Type'. The usage of them is obvious, when normal type are in use. When there should be produced code 'int fieldName' then in the 'Type' field I write the 'int' value and in the 'Name' field I write 'fieldName'. However, I want to produce the fallowing code: 'string (*fieldName)(char*,char*)'. How to do that without declaring additional type (e.g. 'string (*typeName)(char*,char*)' ).
Best Regards Lukasz ************************************************************************ * 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 *************************************************************************
