Changeset 134 in dev for BasicCompiler_Common/include
- Timestamp:
- Jun 4, 2007, 6:43:24 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler_Common/include/Prototype.h
r133 r134 50 50 } 51 51 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 52 57 // 利用状況 53 58 bool IsUsing() const
Note:
See TracChangeset
for help on using the changeset viewer.