Ignore:
Timestamp:
Jun 4, 2007, 6:43:24 PM (17 years ago)
Author:
dai_9181
Message:

Prototype::IsEqualSymbolメソッドを実装。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler_Common/include/Prototype.h

    r133 r134  
    5050    }
    5151
     52    // シンボル比較
     53    bool IsEqualSymbol( const NamespaceScopes &namespaceScopes, const string &name ) const;
     54    bool IsEqualSymbol( const Prototype &objClass ) const;
     55    bool IsEqualSymbol( const string &name ) const;
     56
    5257    // 利用状況
    5358    bool IsUsing() const
Note: See TracChangeset for help on using the changeset viewer.