Ignore:
Timestamp:
May 27, 2008, 9:17:34 PM (16 years ago)
Author:
dai_9181
Message:

・WindowInfoクラスをリファクタリング
・MdiInfoを単純配列からvectorに変更した。

File:
1 edited

Legend:

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

    r581 r625  
    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 
    208public:
    219
Note: See TracChangeset for help on using the changeset viewer.