|
OpenXLSX 1.10.0
|
Auto-managed malloc memory for Zero-Copy serialization. More...
#include <XLXmlData.hpp>
Public Member Functions | |
| ~XLAllocatedMemory () | |
| XLAllocatedMemory ()=default | |
| XLAllocatedMemory (const XLAllocatedMemory &)=delete | |
| XLAllocatedMemory & | operator= (const XLAllocatedMemory &)=delete |
| XLAllocatedMemory (XLAllocatedMemory &&other) noexcept | |
| XLAllocatedMemory & | operator= (XLAllocatedMemory &&other) noexcept |
| void * | release () |
Data Fields | |
| void * | data = nullptr |
| size_t | size = 0 |
Auto-managed malloc memory for Zero-Copy serialization.
|
inline |
|
default |
|
delete |
|
inlinenoexcept |
|
delete |
|
inlinenoexcept |
|
inline |
| void* OpenXLSX::XLAllocatedMemory::data = nullptr |
| size_t OpenXLSX::XLAllocatedMemory::size = 0 |