12 static constexpr
const std::string_view
TABLE_NAME =
"CipherChunks";
18 std::vector<::Enigma::byte>
bytes{};
26 <<
"CipherChunk(idc: " << c.idc <<
','
27 <<
"ide: " << c.ide <<
','
28 <<
"offset: " << c.offset <<
','
29 <<
"size: " << c.size <<
','
30 <<
"data: " << std::string(c.bytes.begin(), c.bytes.end()) <<
')';
33 std::ostringstream oss{};
#define NS_ENIGMA_BEGIN
Enable/Disable Assertions.
static constexpr const std::string_view TABLE_NAME
std::vector<::Enigma::byte > bytes
friend std::ostream & operator<<(std::ostream &os, const CipherChunk &c) noexcept
std::string toString() const noexcept
constexpr bool operator==(const CipherChunk &c) const noexcept