Changeset 140 in dev for BasicCompiler_Common/Type.cpp


Ignore:
Timestamp:
Jun 15, 2007, 4:00:25 AM (17 years ago)
Author:
dai_9181
Message:

traceログ機能を搭載
動的メンバをstl::vectorにまとめた
シンボルをクラス化した

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler_Common/Type.cpp

    r131 r140  
    490490
    491491        if( !( index == 0 || index == -1 ) ){
     492            if( pClass->GetNamespaceScopes().size() >= 1 )
     493            {
     494                return pClass->GetNamespaceScopes().ToString() + "." + pClass->GetName();
     495            }
    492496            return pClass->GetName();
    493497        }
Note: See TracChangeset for help on using the changeset viewer.