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