Changeset 523 in dev for trunk/ab5.0/abdev/compiler_x86/Opcode.h
- Timestamp:
- May 1, 2008, 11:03:14 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/compiler_x86/Opcode.h
r436 r523 197 197 198 198 void ApplyDefaultParameters( const Parameters ¶ms ); 199 bool ErrorCheck( const st ring &procName, const Parameters ¶ms, int SecondParmNum = -1 );199 bool ErrorCheck( const std::string &procName, const Parameters ¶ms, int SecondParmNum = -1 ); 200 200 void MacroParameterSupport( const Parameters ¶ms ); 201 201 void SetStructParameter( const Type &baseType, const char *expression ); 202 int SetParameter( const st ring &procName, const Parameters ¶ms, int SecondParmNum = -1, const UserProc *pUserProc = NULL );202 int SetParameter( const std::string &procName, const Parameters ¶ms, int SecondParmNum = -1, const UserProc *pUserProc = NULL ); 203 203 204 204 //一時オブジェクトパラメータの生成と破棄 205 int NewTempParameters( const st ring &procName, const Parameters ¶ms, int SecondParmNum = -1 );205 int NewTempParameters( const std::string &procName, const Parameters ¶ms, int SecondParmNum = -1 ); 206 206 void DeleteTempParameters(); 207 207 };
Note:
See TracChangeset
for help on using the changeset viewer.