Ignore:
Timestamp:
Jun 17, 2007, 4:44:57 AM (17 years ago)
Author:
dai_9181
Message:

プロジェクト内を整理。jengaライブラリのベースを作成。

Location:
trunk/abdev/BasicCompiler_Common/include
Files:
1 deleted
1 edited

Legend:

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

    r143 r159  
    22
    33#include "Source.h"
    4 #include "../TypeDef.h"
    5 #include "Namespace.h"
     4#include "ObjectModule.h"
    65
    76class Smoothie{
     
    3332    };
    3433
    35     // プロジェクト中に存在するメタ情報
    36     class Meta{
    37     public:
    38         // 名前空間
    39         static NamespaceScopesCollection namespaceScopesCollection;
    40 
    41         // クラス
    42 
    43         // TypeDef
    44         static TypeDefCollection typeDefs;
    45 
    46         // 関数ポインタ
    47         static vector<ProcPointer *> procPointers;
    48 
    49         // blittable型
    50         static BlittableTypes blittableTypes;
    51     };
    52 
    5334    // コンパイル中に一時的に利用する
    5435    class Temp{
     
    5839    };
    5940
     41    // プロジェクト中に存在するメタ情報
     42    static Meta meta;
     43
    6044    static bool isFullCompile;
    6145};
Note: See TracChangeset for help on using the changeset viewer.