Ignore:
Timestamp:
May 12, 2007, 4:34:39 PM (17 years ago)
Author:
dai_9181
Message:

暗黙的なアップキャストを可能にした

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler_Common/Procedure.cpp

    r113 r116  
    518518    return true;
    519519}*/
     520const NamespaceScopes &GlobalProc::GetNamespaceScopes() const
     521{
     522    if( HasParentClass() ){
     523        return GetParentClassPtr()->GetNamespaceScopes();
     524    }
     525    return namespaceScopes;
     526}
    520527bool GlobalProc::IsEqualSymbol( const NamespaceScopes &namespaceScopes, const string &name ) const
    521528{
Note: See TracChangeset for help on using the changeset viewer.