15 class CurryTest :
public QObject
22 void testRValueFun ();
23 void testRefModifications ();
25 void testNoExtraCopiesByValue ();
26 void testNoExtraCopiesByRef ();
27 void testNoExtraCopiesByConstRef ();
28 void testNoExtraCopiesByConstRefToExisting ();