Author Topic: generate c++ generic operation  (Read 1818 times)

nethead

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
generate c++ generic operation
« 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!
« Last Edit: March 03, 2006, 03:42:48 am by nethead »

Adam

  • EA Novice
  • *
  • Posts: 9
  • Karma: +0/-0
    • View Profile
Re: generate c++ generic operation
« Reply #1 on: September 06, 2007, 10:12:24 pm »
bump