Ignore:
Timestamp:
Jun 16, 2007, 11:25:37 AM (17 years ago)
Author:
dai_9181
Message:

Smoothie::Metaクラス内を整理

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler_Common/include/Smoothie.h

    r128 r143  
    3333    };
    3434
     35    // プロジェクト中に存在するメタ情報
    3536    class Meta{
    3637    public:
     38        // 名前空間
     39        static NamespaceScopesCollection namespaceScopesCollection;
     40
     41        // クラス
     42
    3743        // TypeDef
    3844        static TypeDefCollection typeDefs;
     45
     46        // 関数ポインタ
    3947        static vector<ProcPointer *> procPointers;
    40         static NamespaceScopesCollection namespaceScopesCollection;
     48
     49        // blittable型
     50        static BlittableTypes blittableTypes;
     51    };
     52
     53    // コンパイル中に一時的に利用する
     54    class Temp{
     55    public:
     56        // 現在インポートされている名前空間
    4157        static NamespaceScopesCollection importedNamespaces;
    42         static BlittableTypes blittableTypes;
    4358    };
    4459
Note: See TracChangeset for help on using the changeset viewer.