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

Stores parsed data. More...

#include <parser.h>

Detailed Description

Stores parsed data.

Each read rule has a corresponding bparser_data_t objects in the parsers Data array. During parsing, each read rule that describes how to read something from the given file, will create a bparser_data_t object with the same name in the Data array that stores the read data. You can then access it using bparser_get.

Warning
Strongly advised not to modify these class members yourself, unless you know what you are doing!

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