Kaim::BlobArray< T > Class Template Reference
#include <blobarray.h>
template<class T>
class Kaim::BlobArray< T >
A BlobArray an array that is compatible with the blob serialization framework.
It is the only means to store a variable array of objects in a serializable blob.
- Template Parameters
-
T | The type of object this array will hold. This type of array may not contain any pointers. It must contain only base types, other blob classes, or other BlobArray objects. Each type of object stored in a BlobArray must have its own SwapEndianness() implementation. |
Debugging BlobArrays
To allow the visual studio debugger to display BlobRef content, read the instructions in gwnavruntime/containers/autoexp.h
Retrieves a const pointer to the data stored in this array.
Retrieves a pointer to the data stored in this array.
The documentation for this class was generated from the following file: