mirror of
https://codeberg.org/wownero/wownero-lws
synced 2026-01-10 23:55:16 -08:00
Remove enumeration function from ::wire reading and writing (#84)
This commit is contained in:
committed by
Lee *!* Clagett
parent
9f98d2a8c9
commit
6fa2d6799b
@@ -104,9 +104,6 @@ namespace wire
|
||||
//! \throw wire::exception if next value cannot be read as binary into `dest`.
|
||||
virtual void binary(epee::span<std::uint8_t> dest) = 0;
|
||||
|
||||
//! \throw wire::exception if next value invalid enum. \return Index in `enums`.
|
||||
virtual std::size_t enumeration(epee::span<char const* const> enums) = 0;
|
||||
|
||||
//! \throw wire::exception if next value not array
|
||||
virtual std::size_t start_array() = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user