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