Opened 18 years ago
Closed 17 years ago
#115 closed タスク (fixed)
Blittable型を導入する
Reported by: | dai | Owned by: | dai |
---|---|---|---|
Priority: | 中-major | Milestone: | AB5 CP5 |
Component: | Compiler | Version: | |
Keywords: | Cc: |
Description
- System.Byte
- System.SByte
- System.Int16
- System.UInt16
- System.Int32
- System.UInt32
- System.Int64
- System.UInt64
- System.IntPtr
- System.UIntPtr
- System.Single
- System.Double
基本型に対応する上記クラスを定義すると共に、Blittable型として基本型との相互変換を可能にする。
メモリ上ではBlittable型は単なる数値データを保有する型として振舞い、メソッド呼び出しが要求された場合や数値インスタンスをObjectクラスにアップキャストしたい場合にクラスとして振舞うようにする。
Note:
See TracTickets
for help on using tickets.
[332]にて対応。