Ignore:
Timestamp:
May 1, 2008, 11:03:14 PM (16 years ago)
Author:
dai_9181
Message:

ヘッダファイルを整理中

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/BasicCompiler_Common/include/Source.h

    r520 r523  
    9696    }
    9797
    98     bool ReadFile( const string &filePath );
     98    bool ReadFile( const std::string &filePath );
    9999
    100100    static void Text::SlideString(char *buffer, int slide){
     
    109109class BasicSource : public Text
    110110{
    111     static const string generateDirectiveName;
     111    static const std::string generateDirectiveName;
    112112
    113113    IncludedFilesRelation includedFilesRelation;
     
    186186    void RemoveComments();
    187187
    188     bool ReadFile_InIncludeDirective( const string &filePath );
     188    bool ReadFile_InIncludeDirective( const std::string &filePath );
    189189    void DirectiveIncludeOrRequire();
    190190
     
    229229    void SetBuffer( const char *buffer );
    230230
    231     bool ReadFile( const string &filePath );
    232 
    233     bool Generate( const string &genName, const char *buffer );
     231    bool ReadFile( const std::string &filePath );
     232
     233    bool Generate( const std::string &genName, const char *buffer );
    234234
    235235    void Addition( const char *buffer );
Note: See TracChangeset for help on using the changeset viewer.