22 #ifndef WREPORT_RAWMSG_H
23 #define WREPORT_RAWMSG_H
53 Rawmsg() : offset(0), index(0) {}
int index
Index of the message within the source.
Definition: rawmsg.h:49
std::string file
Pathname of the file from where the Rawmsg has been read.
Definition: rawmsg.h:45
Encoding encoding
Format of the raw data.
Definition: rawmsg.h:51
long offset
Start offset of this message inside the file where it is found.
Definition: rawmsg.h:47
Annotated string buffer for encoded messages.
Definition: rawmsg.h:38