Ignore:
Timestamp:
Mar 2, 2008, 4:36:33 AM (16 years ago)
Author:
dai_9181
Message:

Enumを大改修。Enumメンバ初期値にリテラル、定数、Enumメンバを指定できるようにした。また、エラー行数を正確に表示可能にした。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler_Common/include/Compiler.h

    r357 r406  
    1010#include <Delegate.h>
    1111#include <Exception.h>
     12#include <../Enum.h>
    1213
    1314class Compiler
     
    141142    std::string globalAreaProcName;
    142143
     144    // 列挙型
     145    EnumInfoCollection enumInfoCollection;
     146
    143147
    144148    bool StringToType( const std::string &typeName, Type &type );
Note: See TracChangeset for help on using the changeset viewer.