source:
dev/trunk/abdev/BasicCompiler_Common/include/SmoothieImpl.h@
225
Last change on this file since 225 was 206, checked in by , 17 years ago | |
---|---|
File size: 257 bytes |
Rev | Line | |
---|---|---|
[191] | 1 | #pragma once |
2 | ||
3 | #include <jenga/include/smoothie/Smoothie.h> | |
4 | ||
5 | #include <MetaImpl.h> | |
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.