Ignore:
Timestamp:
Apr 1, 2007, 2:28:03 AM (17 years ago)
Author:
dai_9181
Message:

House::Metaを追加。
Source.h/Source.cppを追加(実装はこれから)。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler_Common/include/House.h

    r78 r87  
    11#pragma once
    22
     3#include "Source.h"
    34#include "../TypeDef.h"
    45
    56class House{
    67public:
    7     // TypeDef
    8     static TypeDefCollection typeDefs;
    9     static vector<ProcPointer *> procPointers;
     8
     9    class Lexical{
     10    public:
     11        static BasicSource source;
     12    };
     13
     14    class Meta{
     15    public:
     16        // TypeDef
     17        static TypeDefCollection typeDefs;
     18        static vector<ProcPointer *> procPointers;
     19    };
    1020};
Note: See TracChangeset for help on using the changeset viewer.