Ignore:
Timestamp:
May 1, 2008, 11:03:14 PM (16 years ago)
Author:
dai_9181
Message:

ヘッダファイルを整理中

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/compiler_x86/Opcode.h

    r436 r523  
    197197
    198198    void ApplyDefaultParameters( const Parameters &params );
    199     bool ErrorCheck( const string &procName, const Parameters &params, int SecondParmNum = -1 );
     199    bool ErrorCheck( const std::string &procName, const Parameters &params, int SecondParmNum = -1 );
    200200    void MacroParameterSupport( const Parameters &params );
    201201    void SetStructParameter( const Type &baseType, const char *expression );
    202     int SetParameter( const string &procName, const Parameters &params, int SecondParmNum = -1, const UserProc *pUserProc = NULL );
     202    int SetParameter( const std::string &procName, const Parameters &params, int SecondParmNum = -1, const UserProc *pUserProc = NULL );
    203203
    204204    //一時オブジェクトパラメータの生成と破棄
    205     int NewTempParameters( const string &procName, const Parameters &params, int SecondParmNum = -1 );
     205    int NewTempParameters( const std::string &procName, const Parameters &params, int SecondParmNum = -1 );
    206206    void DeleteTempParameters();
    207207};
Note: See TracChangeset for help on using the changeset viewer.