|
Last change
on this file since 105 was 105, checked in by dai_9181, 19 years ago |
|
名前空間収集モジュール(NamespaceScopesCollectionクラス)を追加。
|
|
File size:
334 bytes
|
| Line | |
|---|
| 1 | #include <..\common.h>
|
|---|
| 2 |
|
|---|
| 3 | string Smoothie::Logger::log = "";
|
|---|
| 4 |
|
|---|
| 5 | BasicSource Smoothie::Lexical::source;
|
|---|
| 6 | NamespaceScopes Smoothie::Lexical::liveingNamespaceScopes;
|
|---|
| 7 |
|
|---|
| 8 | TypeDefCollection Smoothie::Meta::typeDefs;
|
|---|
| 9 | vector<ProcPointer *> Smoothie::Meta::procPointers;
|
|---|
| 10 | NamespaceScopesCollection Smoothie::Meta::namespaceScopesCollection;
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.