Ignore:
Timestamp:
Oct 9, 2007, 1:10:33 AM (17 years ago)
Author:
dai_9181
Message:

vtblの構造を変更。vtblMasterListをはさんでvtblを表現した。
その他メンバ名変更。
ClassPrototypeクラスを追加。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler_Common/Subroutine.cpp

    r332 r342  
    311311{
    312312    vector<const UserProc *> subs;
    313     classType.GetClass().GetMethods().Enum( CALC_ARRAY_GET, subs );
     313    classType.GetClass().GetDynamicMethods().Enum( CALC_ARRAY_GET, subs );
    314314    if( subs.size() == 0 ){
    315315        return false;
Note: See TracChangeset for help on using the changeset viewer.