9 #ifndef XSSTRINGARRAY_H 10 #define XSSTRINGARRAY_H 22 #define XSSTRINGARRAY_INITIALIZER \ 23 XSARRAY_INITIALIZER(&g_xsStringArrayDescriptor) 31 #define XsStringArray_destruct(thisPtr) XsArray_destruct(thisPtr) 38 :
public XsArrayImpl<XsString, g_xsStringArrayDescriptor, XsStringArray>
52 : ArrayImpl(
ref, sz, flags)
56 #ifndef XSENS_NOITERATOR 59 template <
typename Iterator>
61 : 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)