Changeset 291 in dev for trunk/jenga/include/smoothie
- Timestamp:
- Aug 21, 2007, 11:00:44 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/jenga/include/smoothie/BasicFixed.h
r205 r291 54 54 55 55 //特殊型 56 #define DEF_ANY 0x00000015 57 #define DEF_OBJECT 0x00000016 58 #define DEF_STRUCT 0x00000017 59 #define DEF_ELLIPSE 0x00000018 56 #define DEF_ANY 0x00000015 57 #define DEF_ELLIPSE 0x00000016 58 #define DEF_OBJECT 0x00000017 // クラス 59 #define DEF_STRUCT 0x00000018 // 構造体 60 #define DEF_TYPE_PARAMETER 0x00000019 // 型パラメータ(ジェネリクスサポート) 60 61 61 62 //ポインタ型
Note:
See TracChangeset
for help on using the changeset viewer.