Syntalos::EdlReserveReply
Syntalos::EdlReserveReply
Public Functions
| Name | |
|---|---|
| ByteVector | toBytes() const |
| EdlReserveReply | fromMemory(const void * memory, size_t size) |
Public Attributes
| Name | |
|---|---|
| bool | success |
| std::string | errorMessage |
| std::string | absolutePath |
Public Functions Documentation
function toBytes
inline ByteVector toBytes() constfunction fromMemory
static inline EdlReserveReply fromMemory(
const void * memory,
size_t size
)Public Attributes Documentation
variable success
bool success {false};variable errorMessage
std::string errorMessage;variable absolutePath
std::string absolutePath;Updated on 2026-05-09 at 19:46:31 +0000