Changeset 140 in dev for BasicCompiler64/Opcode.h


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
  • BasicCompiler64/Opcode.h

    r138 r140  
    353353
    354354private:
    355     bool _overload_check( int level, const Parameters &params, const Type &returnType );
    356     UserProc *OverloadSolutionWithReturnType( const char *name, std::vector<UserProc *> &subs );
     355    bool EvaluateOverloadScore( int level, const Parameters &targetParms, const Type &targetResultType );
     356
    357357public:
    358     UserProc *OverloadSolution( const char *name, std::vector<UserProc *> &subs );
     358    UserProc *_OverloadSolution( const char *name, std::vector<UserProc *> &subs, bool isEnabledReturnType = false );
     359    UserProc *OverloadSolution( const char *name, std::vector<UserProc *> &subs, bool isEnabledReturnType = false );
    359360
    360361    void ApplyDefaultParameters( const Parameters &params );
Note: See TracChangeset for help on using the changeset viewer.