Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
Binary Parsers

Expression

Attribute

Description

byte_

8 bits native endian

Matches an 8 bit binary

word

16 bits native endian

Matches a 16 bit binary

big_word

16 bits big endian

Matches a 16 bit binary

little_word

16 bits little endian

Matches a 16 bit binary

dword

32 bits native endian

Matches a 32 bit binary

big_dword

32 bits big endian

Matches a 32 bit binary

little_dword

32 bits little endian

Matches a 32 bit binary

qword

64 bits native endian

Matches a 64 bit binary

big_qword

64 bits big endian

Matches a 64 bit binary

little_qword

64 bits little endian

Matches a 64 bit binary


PrevUpHomeNext