nl::ArrayLengthAndBuffer
Stay organized with collections
Save and categorize content based on your preferences.
#include <src/lib/support/SerializationUtils.h>
A helper for wrapping an array with a length.
Summary
Public attributes |
|
---|---|
mElementBuffer
|
void *
Actual array definition.
|
mNumElements
|
uint32_t
Number of elements in the array.
|
Public attributes
mElementBuffer
void * nl::ArrayLengthAndBuffer::mElementBuffer
Actual array definition.
mNumElements
uint32_t nl::ArrayLengthAndBuffer::mNumElements
Number of elements in the array.