Changeset 133 in dev for BasicCompiler_Common/Class.h


Ignore:
Timestamp:
Jun 4, 2007, 8:57:05 AM (17 years ago)
Author:
dai_9181
Message:

Prototypeクラスをちょっとだけ装飾

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler_Common/Class.h

    r131 r133  
    117117    ClassType classType;
    118118
    119     mutable bool isUsing;
    120 
    121119public:
    122120
     
    168166    bool IsEqualSymbol( const CClass &objClass ) const;
    169167    bool IsEqualSymbol( const string &name ) const;
    170 
    171     bool IsUsing() const;
    172     void Using() const;
    173168
    174169    bool IsClass() const;
     
    257252    bool IsCompilingDestructor() const;
    258253
    259 
    260     //自身と等しいクラスかどうかを確認
    261     bool IsEquals( const CClass *pClass ) const;
    262254
    263255    //自身の派生クラスかどうかを確認
Note: See TracChangeset for help on using the changeset viewer.