Changeset 133 in dev for BasicCompiler_Common/Class.h
- Timestamp:
- Jun 4, 2007, 8:57:05 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler_Common/Class.h
r131 r133 117 117 ClassType classType; 118 118 119 mutable bool isUsing;120 121 119 public: 122 120 … … 168 166 bool IsEqualSymbol( const CClass &objClass ) const; 169 167 bool IsEqualSymbol( const string &name ) const; 170 171 bool IsUsing() const;172 void Using() const;173 168 174 169 bool IsClass() const; … … 257 252 bool IsCompilingDestructor() const; 258 253 259 260 //自身と等しいクラスかどうかを確認261 bool IsEquals( const CClass *pClass ) const;262 254 263 255 //自身の派生クラスかどうかを確認
Note:
See TracChangeset
for help on using the changeset viewer.