Byte Array Serialization
|
The PoppedArray is the return value of SerializedObject::popDataArray<>(). More...
#include <bas.hpp>
Public Member Functions | |
size_t | size (void) |
Returns the size of the array popped by popDataArray<>(). More... | |
T * | get (void) |
Returns the pointer to the array popped by popDataArray<>(). More... | |
The PoppedArray is the return value of SerializedObject::popDataArray<>().
The PoppedArray contains the data popped by popDataArray<>() along with the size of the popped data.
|
inline |
Returns the pointer to the array popped by popDataArray<>().
Be mindful that this memory space is destroyed with the PoppedArray.
|
inline |
Returns the size of the array popped by popDataArray<>().