5 #ifndef HERALD_PAYLOAD_DATA_H
6 #define HERALD_PAYLOAD_DATA_H
17 PayloadData(
const std::byte* data, std::size_t length);
18 PayloadData(std::byte repeating, std::size_t count);
21 std::string shortName()
const;
22 std::string toString()
const;
The main data workhorse class of the Herald API.
Definition: data.h:33
Definition: payload_data.h:13
Acts as a non-global memory arena for arbitrary classes.
Definition: aggregates.h:15