source:
dev/trunk/abdev/BasicCompiler_Common/include/SmoothieImpl.h@
198
Last change on this file since 198 was 193, checked in by , 17 years ago | |
---|---|
File size: 307 bytes |
Line | |
---|---|
1 | #pragma once |
2 | |
3 | #include <jenga/include/smoothie/Smoothie.h> |
4 | #include <jenga/include/smoothie/ObjectModule.h> |
5 | |
6 | #include <MetaImpl.h> |
7 | |
8 | class SmoothieImpl : public Smoothie |
9 | { |
10 | friend Smoothie; |
11 | |
12 | public: |
13 | SmoothieImpl() |
14 | : Smoothie() |
15 | { |
16 | } |
17 | |
18 | // blittable型 |
19 | BlittableTypes blittableTypes; |
20 | }; |
Note:
See TracBrowser
for help on using the repository browser.