Searched defs:myIntAndStuff (Results 1 – 1 of 1) sorted by relevance
8 class myIntAndStuff { class13 myIntAndStuff() : theValue(0), theExtraFluff(1.25) {} in myIntAndStuff() function in myIntAndStuff14 myIntAndStuff(int _x) : theValue(_x), theExtraFluff(1.25) {} in myIntAndStuff() function in myIntAndStuff