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/Source.h

    r523 r531  
    252252};
    253253typedef std::vector<BasicSource> BasicSources;
    254 
    255 class SourceTemplate
    256 {
    257     std::string source;
    258 public:
    259     SourceTemplate( const std::string &filePath );
    260     ~SourceTemplate()
    261     {
    262     }
    263 
    264     std::string GetResult( const std::map<std::string,std::string> &values );
    265 };
Note: See TracChangeset for help on using the changeset viewer.