bytearr.hfilesource file

This header defines the ByteArray intrinsic class.

Summary of Classes  

ByteArray 

Summary of Global Functions  

(none)

Summary of Macros  

_BYTEARR_H_  FmtBigEndian  FmtInt16BE  FmtInt16LE  FmtInt32BE  FmtInt32LE  FmtInt8  FmtLittleEndian  FmtSigned  FmtSize16  FmtSize32  FmtSize8  FmtUInt16BE  FmtUInt16LE  FmtUInt8  FmtUnsigned 

Summary of Enums  

(none)

Summary of Templates  

(none)

Global Functions  

(none)

Macros  

_BYTEARR_H_bytearr.h[12]


no description available

FmtBigEndianbytearr.h[161]
0x0010
no description available

FmtInt16BEbytearr.h[173]
(FmtSize16 | FmtBigEndian | FmtSigned)
no description available

FmtInt16LEbytearr.h[171]
(FmtSize16 | FmtLittleEndian | FmtSigned)
no description available

FmtInt32BEbytearr.h[177]
(FmtSize32 | FmtBigEndian | FmtSigned)
no description available

FmtInt32LEbytearr.h[176]
(FmtSize32 | FmtLittleEndian | FmtSigned)
no description available

FmtInt8bytearr.h[168]
(FmtSize8 | FmtSigned)
pre-composed integer formats

FmtLittleEndianbytearr.h[160]
0x0000
integer byte orders

FmtSignedbytearr.h[164]
0x0000
integer signedness

FmtSize16bytearr.h[156]
0x0001
no description available

FmtSize32bytearr.h[157]
0x0002
no description available

FmtSize8bytearr.h[155]
0x0000
integer sizes

FmtUInt16BEbytearr.h[174]
(FmtSize16 | FmtBigEndian | FmtUnsigned)
no description available

FmtUInt16LEbytearr.h[172]
(FmtSize16 | FmtLittleEndian | FmtUnsigned)
no description available

FmtUInt8bytearr.h[169]
(FmtSize8 | FmtUnsigned)
no description available

FmtUnsignedbytearr.h[165]
0x0100
no description available

Enums  

(none)

Templates  

(none)

TADS 3 Library Manual
Generated on 9/8/2006 from TADS version 3.0.11