Changeset 71 in dev for BasicCompiler32/Opcode.h


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

Parameter.cpp→ParamImpl.cpp
CParameter→ParamImpl

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler32/Opcode.h

    r67 r71  
    192192void SetVarPtrToEax(RELATIVE_VAR *pRelativeVar);
    193193
    194 //CParameter.cpp
     194//ParamImpl.cpp
    195195#define OVERLOAD_MIN_LEVEL 0
    196196#define OVERLOAD_MAX_LEVEL 3
     
    199199#define OVERLOAD_LEVEL2 2
    200200#define OVERLOAD_LEVEL3 3
    201 class CParameter{
     201class ParamImpl{
    202202    char *Parms[255];
    203203    TYPEINFO types[255];
     
    212212
    213213public:
    214     CParameter(const char *buffer);
    215     CParameter(const PARAMETER_INFO *pParamInfo, const int ParmNum);
    216     ~CParameter();
     214    ParamImpl(const char *buffer);
     215    ParamImpl(const PARAMETER_INFO *pParamInfo, const int ParmNum);
     216    ~ParamImpl();
    217217    void SetReturnType(TYPEINFO *pTypeInfo);
    218218
Note: See TracChangeset for help on using the changeset viewer.