Changeset 140 in dev for BasicCompiler32/Opcode.h
- Timestamp:
- Jun 15, 2007, 4:00:25 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler32/Opcode.h
r138 r140 232 232 233 233 private: 234 bool _overload_check( int level, const Parameters &targetParms, const Type &targetResultType ); 235 UserProc *OverloadSolutionWithReturnType( const char *name, std::vector<UserProc *> &subs ); 234 bool EvaluateOverloadScore( int level, const Parameters &targetParms, const Type &targetResultType ); 236 235 public: 237 UserProc *OverloadSolution( const char *name, std::vector<UserProc *> &subs ); 236 UserProc *_OverloadSolution( const char *name, std::vector<UserProc *> &subs, bool isEnabledReturnType = false ); 237 UserProc *OverloadSolution( const char *name, std::vector<UserProc *> &subs, bool isEnabledReturnType = false ); 238 238 239 239 void ApplyDefaultParameters( const Parameters ¶ms );
Note:
See TracChangeset
for help on using the changeset viewer.