Ignore:
Timestamp:
Apr 8, 2007, 2:07:31 AM (17 years ago)
Author:
dai_9181
Message:

列挙型クラスの自動生成コードを修正した(派生クラスでのToStringメソッドを廃止し、サイズを軽減した)。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler_Common/include/Smoothie.h

    r91 r92  
    2929#endif
    3030        }
     31        static void PutFile( const string &fileName, const string &buffer ){
     32            ofstream ofs( ( (string)BasicSystemDir + fileName ).c_str() );
     33            ofs << buffer << endl;
     34            ofs.close();
     35        }
    3136    };
    3237
Note: See TracChangeset for help on using the changeset viewer.