source: dev/trunk/abdev/BasicCompiler_Common/include/SmoothieImpl.h@ 193

Last change on this file since 193 was 193, checked in by dai_9181, 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
8class SmoothieImpl : public Smoothie
9{
10 friend Smoothie;
11
12public:
13 SmoothieImpl()
14 : Smoothie()
15 {
16 }
17
18 // blittable型
19 BlittableTypes blittableTypes;
20};
Note: See TracBrowser for help on using the repository browser.