Ignore:
Timestamp:
Aug 7, 2011, 4:30:08 PM (13 years ago)
Author:
イグトランス (egtra)
Message:

Typeクラスを単体テスト可能な状態へ

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/egtra/ab5.0/abdev/BasicCompiler_Common/common.h

    r808 r820  
    3535#define MAX_PARMS       64
    3636#define MAX_ARRAYDIM    16
    37 #define MAX_HASH        32761
    3837
    3938
     
    297296
    298297// StrOperation.cpp
    299 void KillSpaces(char *str1,char *str2);
     298void KillSpaces(const char *str1,char *str2);
    300299void KillStringSpaces(char *str);
    301300BOOL RemoveStringQuotes(char *str);
     
    310309char GetEndXXXCommand(char es);
    311310void GetDefaultNameFromES(char es,char *name);
    312 const std::string &FormatEscapeSequenceStringToDefaultString( const std::string &source );
     311std::string FormatEscapeSequenceStringToDefaultString( const std::string &source );
    313312bool IsFileExist(const char *path);
    314313BOOL ShortPathToLongPath(char ShortPath[MAX_PATH],char *LongPath);
     
    364363void SplitGenericClassInstance( const char *fullName, char *className, Jenga::Common::Strings &typeParameters, bool isDefiningClass = false, Jenga::Common::Strings *pTypeParameterBaseClassNames = NULL );
    365364int JumpStatement(const char *source, int &pos);
     365
     366//MakePeHdr.cpp
    366367void MakeExe();
    367368
Note: See TracChangeset for help on using the changeset viewer.