[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference clt::fuse

Title:DEC FUSE - UNIX SDE
Notice:See note #4 for kit locations
Moderator:TLE::TALCOTT
Created:Tue Oct 30 1990
Last Modified:Fri May 23 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:1276
Total number of notes:4364

1272.0. "Question about namespace member names" by CXXC::MJHANS (Matthew Hanselman, DEC C/C++) Tue Apr 22 1997 17:20

    Could somebody from the fuse team please reply to this?
    
    For DEC C++ V6.0 namespace support, there two approaches:
    
        a) Mangle namespace members' names the same as class members
        b) Mangle namespace members' names in a way that makes it clear the
                member is a namespace member, not a class member.
    
    We (the C++ team) would like to go with option (a).  Will this break 
    anything with FUSE (i.e. the class browser)?  Is either option
    preferred for any reason?
    
    Thanks in advance
                                                         - Matt
    
T.RTitleUserPersonal
Name
DateLines
1272.1I think (a) is what we are expecting.TLE::ZAREMBAAll things considered, I'd rather hackFri Apr 25 1997 15:097
Given member M of Class C in Namespace N we would expect
to see N::C::M as the recording name of the member funciton
as it appears in the cross reference database.

don

1272.2ThanksCXXC::MJHANSMatthew Hanselman, DEC C/C++Mon Apr 28 1997 15:071