|
Hi
How can one have template
classes in Rose? Trying to do something like;
template <class Item> class Container
{
public:
virtual Item get (int index)
const = 0;
virtual Item& pop() =
0;
};
Thank you for your time and
help.
best regards
Mike
|
- (ROSE) Cloning a class Reuben Walraven
- RE: (ROSE) Cloning a class Viswanathan, Annamalai
- RE: (ROSE) Cloning a class Daniel Kalderon
- (ROSE) Const methods in Rose Mike Johnston
- (ROSE) Const variables Mike Johnston
- (ROSE) Const variables Mike Johnston
