bytearr.hfile
Classes
Summary
This header defines the ByteArray intrinsic class.
Summary of Classes
Summary of Global Functions
(none)
Summary of Macros
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
FmtBigEndian
0x0010
no description available
FmtInt16BE
(FmtSize16 | FmtBigEndian | FmtSigned)
no description available
FmtInt16LE
(FmtSize16 | FmtLittleEndian | FmtSigned)
no description available
FmtInt32BE
(FmtSize32 | FmtBigEndian | FmtSigned)
no description available
FmtInt32LE
(FmtSize32 | FmtLittleEndian | FmtSigned)
no description available
FmtInt8
(FmtSize8 | FmtSigned)
pre-composed integer formats
FmtLittleEndian
0x0000
integer byte orders
FmtSigned
0x0000
integer signedness
FmtSize16
0x0001
no description available
FmtSize32
0x0002
no description available
FmtSize8
0x0000
integer sizes
FmtUInt16BE
(FmtSize16 | FmtBigEndian | FmtUnsigned)
no description available
FmtUInt16LE
(FmtSize16 | FmtLittleEndian | FmtUnsigned)
no description available
FmtUInt8
(FmtSize8 | FmtUnsigned)
no description available
FmtUnsigned
0x0100
no description available
Enums
(none)
Templates
(none)
TADS 3 Library Manual
Generated on 5/16/2013 from TADS version 3.1.3