Stores parsed data. More...
#include <parser.h>
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.