source:
dev/BasicCompiler_Common/src/Smoothie.cpp@
103
| Last change on this file since 103 was 101, checked in by , 19 years ago | |
|---|---|
| File size: 264 bytes | |
| Rev | Line | |
|---|---|---|
| [78] | 1 | #include <..\common.h> |
| 2 | ||
| [91] | 3 | string Smoothie::Logger::log = ""; |
| 4 | ||
| [88] | 5 | BasicSource Smoothie::Lexical::source; |
| [101] | 6 | NamespaceScopes Smoothie::Lexical::liveingNamespaceScopes; |
| [88] | 7 | |
| 8 | TypeDefCollection Smoothie::Meta::typeDefs; | |
| 9 | vector<ProcPointer *> Smoothie::Meta::procPointers; |
Note:
See TracBrowser
for help on using the repository browser.
