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 » T++ does not work with typedef enum {}
T++ does not work with typedef enum {} [message #41226] Sat, 16 November 2013 12:12 Go to previous message
Didier is currently offline  Didier
Messages: 680
Registered: November 2008
Location: France
Contributor
Hi,

I am currently trying to write some documentation for my packages and I ran into an issue:
In Topic++, the following codes do not work :
typedef enum FitToDataStrategy {
	ALL_SERIES,
	VISIBLE_SERIES_ONLY
} FitToDataStrategy;

typedef enum {
	ALL_SERIES,
	VISIBLE_SERIES_ONLY
} FitToDataStrategy;

The reference used by T++ is 'typedef' ... the name of the enum is lost and cannot be used Sad

Can this be corrected, it keeps from using T++ correctly
 
Read Message
Read Message
Read Message
Read Message icon14.gif
Previous Topic: Fixes to "Callback macros" documentation
Next Topic: glut
Goto Forum:
  


Current Time: Thu Apr 25 13:56:16 CEST 2024

Total time taken to generate the page: 0.01926 seconds