Changeset 71 in dev for BasicCompiler64/Opcode.h


Ignore:
Timestamp:
Mar 15, 2007, 5:00:34 AM (18 years ago)
Author:
dai_9181
Message:

Parameter.cpp→ParamImpl.cpp
CParameter→ParamImpl

Type.cpp、Type.hを用意した。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler64/Opcode.h

    r66 r71  
    324324void SetVarPtrToReg(int reg,RELATIVE_VAR *pRelativeVar);
    325325
    326 //CParameter.cpp
     326//ParamImpl.cpp
    327327#define OVERLOAD_MIN_LEVEL 0
    328328#define OVERLOAD_MAX_LEVEL 3
     
    331331#define OVERLOAD_LEVEL2 2
    332332#define OVERLOAD_LEVEL3 3
    333 class CParameter{
     333class ParamImpl{
    334334    char *Parms[255];
    335335    TYPEINFO types[255];
     
    344344
    345345public:
    346     CParameter(const char *buffer);
    347     CParameter(const PARAMETER_INFO *pParamInfo, const int ParmNum);
    348     ~CParameter();
     346    ParamImpl(const char *buffer);
     347    ParamImpl(const PARAMETER_INFO *pParamInfo, const int ParmNum);
     348    ~ParamImpl();
    349349    void SetReturnType(TYPEINFO *pTypeInfo);
    350350
Note: See TracChangeset for help on using the changeset viewer.