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 

Protected and member fct ptrs

 
Post new topic   Reply to topic    C++Talk.NET Forum Index -> C++ language, library and standards
View previous topic :: View next topic  
Author Message
loic.actarus.joly@numeric
Guest





PostPosted: Mon Jan 09, 2006 11:29 pm    Post subject: Protected and member fct ptrs Reply with quote



Hello, and happy new year !

I recently came upon some code like this:

class A
{
protected:
int f();
};

class B : public A
{
typedef int(A::*fptr)();
fptr p;
int g()
{
//p = &A::f;
p = &B::f;
}
};

If I remove the comment, I get a compilation error, which is normal
according to the standard :

11.5 Protected member access
When a friend or a member function of a derived class references a
protected nonstatic member of a base class, an access check applies in
addition to those described earlier in this clause.[...] If the
access is to form a pointer to member, the nested-name-specifier shall
name the derived class (or any class derived from that class).

I just wonder what can be the reason of this rule. I tried looking in
the D&E, without success, so I come to you in hope of some explanation.

Best regards,

--
Loïc Joly


---
[ 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.