Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » Newbie corner » I don't understand Moveable (probleme on moveable (operateur*))
Re: I don't understand Moveable [message #50347 is a reply to message #50338] Fri, 28 September 2018 15:16 Go to previous message
Xemuth is currently offline  Xemuth
Messages: 387
Registered: August 2018
Location: France
Senior Member
Hello Klugier

since I remember to have tried it
I just rewrite my class :
class Argument : public Upp::Moveable<Argument>{
	    public:
	    Argument(Upp::String argname, Upp::String argvalue);
	    Argument();
	    Upp::String ArgName;
	    Upp::String ArgValue;
};

And it worked Embarassed
I think I forget to do public inherite when I tried to use Namespace on Moveable
and vice versa. Embarassed

Well it work now (I feel stupid).
Thank you everyone for taking the time to answer me. Very Happy

Have a good day !
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Adding a socket to a GUI application
Next Topic: RLOG in Linux
Goto Forum:
  


Current Time: Tue Jun 10 14:16:03 CEST 2025

Total time taken to generate the page: 0.03908 seconds