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 » U++ Library support » U++ Core » Please help! New transfer semantic issue!
Re: Please help! New transfer semantic issue! [message #46173 is a reply to message #46172] Tue, 22 March 2016 07:18 Go to previous messageGo to previous message
sergeynikitin is currently offline  sergeynikitin
Messages: 748
Registered: January 2008
Location: Moscow, Russia
Contributor

Yes.

class Line {
		typedef Line CLASSNAME;
	public:
		void Paint ( Draw& w, bool moving );
		Line();
		Line( Point _p1, Point _p2 );
		String ToString() const;
	public:
		Point p1, p2;
		ElementPin* elp1;
		ElementPin* elp2;
		Array<Segment> segs;
		Array<ElementPin> lines;
};



SergeyNikitin<U++>( linux, wine )
{
    under( Ubuntu || Debian || Raspbian );
}
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: conversion from String to wchar_t
Next Topic: How to handle a lack of memory
Goto Forum:
  


Current Time: Wed May 08 10:09:39 CEST 2024

Total time taken to generate the page: 0.01349 seconds