C++Talk.NET Forum Index C++Talk.NET
C++ language newsgroups
 
Archives   FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Scope for enumeration

 
Post new topic   Reply to topic    C++Talk.NET Forum Index -> C++ language, library and standards
View previous topic :: View next topic  
Author Message
Meang Akira Tanaka
Guest





PostPosted: Sat Dec 18, 2004 5:53 pm    Post subject: Scope for enumeration Reply with quote



Hi

I would like to suggest either following alteration for enumeration or
maybe a new keyword, which can take following advantage.

As I understand it today, one cannot define more than same enumeration
within the same class. e.g.

class SomeClass
{
enum SomeEnum
{
success = 0
};

enum SomeEnum2
{
success = 0
};


SomeEnum function1();

SomeEnum2 function2();

}

The problem here is that succes has already defined in SomeEnum, and
therefore it cannot be redefined in SomeEnum2. As I see it SomeEnum
and SomeEnum2 should be two different namespaces, and therefore it
should be possible to define both.

The name resolving should be the same way as C++ is resolving names
for classes. i.e. if there the symbol is only defined once it can be
resolved with qualifying it. If the symbol is ambiguite, then the
symbol have to be qualified e.g. in this case SomeEnum::success and
SomeEnum2::sucess.

There is a workaround by defining each in their own class, but it
doesn't seem to be the most optimal way to do this.

Another great thing could be to extend an enumeration

---
[ comp.std.c++ is moderated. To submit articles, try just posting with ]
[ your news-reader. If that fails, use mailto:std-c++@ncar.ucar.edu ]
[ --- Please see the FAQ before posting. --- ]
[ FAQ: http://www.jamesd.demon.co.uk/csc/faq.html ]

Back to top
Display posts from previous:   
Post new topic   Reply to topic    C++Talk.NET Forum Index -> C++ language, library and standards All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2006 phpBB Group
SEO toolkit © 2004-2006 webmedic.