bytearr.hfile | source file |
Classes Summary | Functions Summary Details | Macros Summary Details | Enums Summary Details | Templates Summary Details |
This header defines the ByteArray intrinsic class.
_BYTEARR_H_
FmtBigEndian
FmtInt16BE
FmtInt16LE
FmtInt32BE
FmtInt32LE
FmtInt8
FmtLittleEndian
FmtSigned
FmtSize16
FmtSize32
FmtSize8
FmtUInt16BE
FmtUInt16LE
FmtUInt8
FmtUnsigned
_BYTEARR_H_ | bytearr.h[12] |
FmtBigEndian | bytearr.h[161] |
0x0010
FmtInt16BE | bytearr.h[173] |
(FmtSize16 | FmtBigEndian | FmtSigned)
FmtInt16LE | bytearr.h[171] |
(FmtSize16 | FmtLittleEndian | FmtSigned)
FmtInt32BE | bytearr.h[177] |
(FmtSize32 | FmtBigEndian | FmtSigned)
FmtInt32LE | bytearr.h[176] |
(FmtSize32 | FmtLittleEndian | FmtSigned)
FmtInt8 | bytearr.h[168] |
(FmtSize8 | FmtSigned)
FmtLittleEndian | bytearr.h[160] |
0x0000
FmtSigned | bytearr.h[164] |
0x0000
FmtSize16 | bytearr.h[156] |
0x0001
FmtSize32 | bytearr.h[157] |
0x0002
FmtSize8 | bytearr.h[155] |
0x0000
FmtUInt16BE | bytearr.h[174] |
(FmtSize16 | FmtBigEndian | FmtUnsigned)
FmtUInt16LE | bytearr.h[172] |
(FmtSize16 | FmtLittleEndian | FmtUnsigned)
FmtUInt8 | bytearr.h[169] |
(FmtSize8 | FmtUnsigned)
FmtUnsigned | bytearr.h[165] |
0x0100
(none)