前のページ次のページ上に戻るホーム SophiaFramework 2.2

3.4. バイト型

次のバイト型が定義されています。

typedef         SInt08&             Ref;
typedef         SInt08*             Ptr;
typedef         SInt08**            Handle;
typedef         const SInt08&       ConstRef:
typedef         const SInt08*       ConstPtr;
typedef         const SInt08**      ConstHandle;   

typedef         UInt08              Byte;
typedef         UInt08&             ByteRef;
typedef         UInt08*             BytePtr;
typedef         UInt08**            ByteHandle;
typedef         const UInt08        ConstByte;
typedef         const UInt08&       ConstByteRef;
typedef         const UInt08*       ConstBytePtr;
typedef         const UInt08**      ConstByteHandle;