Ignore:
Timestamp:
Jun 24, 2007, 6:49:13 PM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler_Common/VariableOpe.h

    r138 r182  
    11
    22
    3 BOOL IsVariableTopChar(char c);
    4 BOOL IsVariableChar(char c);
    53BOOL IsPtrType(int type);
    64BOOL IsSignedType(int type);
     
    1917BOOL CheckVarNameError(char *name,int nowLine);
    2018int JumpSubScripts(const int *ss);
    21 void GetArrange(char *variable,char *variAnswer,int *SubScripts);
    22 int GetTypeFromSimpleName(char *variable);
    2319bool GetMemberType( const CClass &objClass, const char *lpszMember, Type &resultType, BOOL bPrivateAccess, bool isErrorEnabled);
    2420bool GetVarType( const char *nameBuffer, Type &resultType, bool isError);
Note: See TracChangeset for help on using the changeset viewer.