Ignore:
Timestamp:
May 2, 2008, 2:56:06 PM (16 years ago)
Author:
dai_9181
Message:

SourceTemplateクラスをLexicalAnalyzerクラスのインナークラスにした

File:
1 edited

Legend:

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

    r525 r531  
    66class LexicalAnalyzer
    77{
     8    class SourceTemplate
     9    {
     10        std::string source;
     11    public:
     12        SourceTemplate( const std::string &filePath );
     13        ~SourceTemplate()
     14        {
     15        }
     16
     17        std::string GetResult( const std::map<std::string,std::string> &values );
     18    };
     19
    820public:
    921
Note: See TracChangeset for help on using the changeset viewer.