Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Indexing Enumerations with #includes(Indexer)
Indexing Enumerations with #includes [message #1124576] Thu, 03 October 2013 17:28
S K is currently offline S KFriend
Messages: 1
Registered: October 2013
Junior Member
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: Sat Apr 20 01:50:50 GMT 2024

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

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

Back to the top