9 #ifndef XSSTRINGARRAY_H 10 #define XSSTRINGARRAY_H 22 #define XSSTRINGARRAY_INITIALIZER XSARRAY_INITIALIZER(&g_xsStringArrayDescriptor) 29 #define XsStringArray_destruct(thisPtr) XsArray_destruct(thisPtr) 35 struct XsStringArray :
public XsArrayImpl<XsString, g_xsStringArrayDescriptor, XsStringArray> {
50 : ArrayImpl(
ref, sz, flags)
54 #ifndef XSENS_NOITERATOR 56 template <
typename Iterator>
58 : ArrayImpl(beginIt, endIt)
GLuint GLuint GLsizei count
This object describes how to treat the data in an array.
XsArrayDescriptor const XSTYPES_DLL_API g_xsStringArrayDescriptor
size_t XsSize
XsSize must be unsigned number!
XSTYPES_DLL_API void XsStringArray_construct(XsStringArray *thisPtr, XsSize count, struct XsString const *src)
struct XsStringArray XsStringArray
XsDataFlags
These flags define the behaviour of data contained by Xsens data structures.
XSARRAY_STRUCT(XsStringArray, struct XsString)