Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Indexing Enumerations with #includes(Indexer)
Indexing Enumerations with #includes [message #1124576] Thu, 03 October 2013 13:28
Eclipse UserFriend
Hi,

I have en enumeration that looks like this:
=====================
enum myEnum{
#include "enum.txt"
}
=====================

File 'enum.txt' simply contains the contents of the enumeration:
=====================
A,
B,
C,
=====================

For some reason, Eclipse is having trouble indexing this enum, and it shows myEnum to have no members.

Is there anyway for this to work?

Thanks
-Steven

Previous Topic:Problem setting gktmm to work.String index out of range.
Next Topic:Indexer doesn't recognize #ifdef after compilation
Goto Forum:
  


Current Time: Thu May 22 19:19:49 EDT 2025

Powered by FUDForum. Page generated in 0.03445 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top