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 » Developing U++ » Documentation » The very first taste of T++ icons in the left bar..
Re: The very first taste of T++ icons in the left bar.. [message #18535 is a reply to message #18529] Tue, 07 October 2008 11:10 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
captainc wrote on Mon, 06 October 2008 16:26

I created a class and in the header file for the class, I defined a global operator< (outside of class definition) so I can use U++ container sort functionality.

In the header:
extern bool operator<(const MyClass& mc1, const MyClass& mc2);

In the source file:
bool operator<(const  MyClass& mc1, const MyClass& mc2)
{
  //do stuff
  return some_boolean;
}

After documenting this, it does not show up in the T++ icons as documented.

Should I be defining/declaring this in a different way?



Well, it is still under development, anyway, make sure it has the correct "Code reference" assigned.

Current svn ide shows code reference string when hovering the mouse over T++ bar icon and the documentation is not present.

Mirek
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Style & T++....
Next Topic: Documentation how-to...
Goto Forum:
  


Current Time: Sun Apr 28 16:53:22 CEST 2024

Total time taken to generate the page: 0.05514 seconds