|
CMSDK 2.0.1
Cross-platform C++ base library and SDK for the Psyclone AIOS platform
|
Size-prefixed private-data entry stored after a component record. More...
#include <ComponentMemory.h>
Public Attributes | |
| uint64 | size |
| Total entry size in bytes including this header. | |
Size-prefixed private-data entry stored after a component record.
Layout after the header: name, NUL, mimetype, NUL, raw data bytes.
Definition at line 196 of file ComponentMemory.h.
| uint64 cmlabs::PrivateHeader::size |
Total entry size in bytes including this header.
Definition at line 197 of file ComponentMemory.h.
Referenced by cmlabs::ComponentMemory::deletePrivateData(), cmlabs::ComponentMemory::getPrivateData(), cmlabs::ComponentMemory::getPrivateDataCopy(), cmlabs::ComponentMemory::getPrivateDataSize(), and cmlabs::ComponentMemory::setPrivateData().