BinaryParser v1.0.0
Parse binary files with ease.
Loading...
Searching...
No Matches
bparser_read_t Class Reference

Describes a read rule. More...

#include <parser.h>

Detailed Description

Describes a read rule.

Read rules are the backbone of BinaryParser. Each parser instance stores an array of bparser_read_t objects, which it then enumerates during the parsing process to calculate how many bytes to read and from which position in the file, to know how to read it (big/little endian with integrals) and how to store it afterwards, or what functions to run on the read data.

Note
It is advised you do not modify these class members yourself, unless you know what you are doing.

The documentation for this class was generated from the following file: