source:
dev/trunk/abdev/BasicCompiler_Common/include/SmoothieImpl.h@
201
Last change on this file since 201 was 193, checked in by , 17 years ago | |
---|---|
File size: 307 bytes |
Rev | Line | |
---|---|---|
[191] | 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; | |
[193] | 11 | |
[191] | 12 | public: |
13 | SmoothieImpl() | |
14 | : Smoothie() | |
15 | { | |
16 | } | |
[193] | 17 | |
18 | // blittable型 | |
19 | BlittableTypes blittableTypes; | |
[191] | 20 | }; |
Note:
See TracBrowser
for help on using the repository browser.