document predefined array types

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58135 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2009-01-16 15:03:03 +00:00
parent 595cf498a5
commit b619c109e6

View File

@@ -197,6 +197,18 @@
- WX_DEFINE_SORTED_USER_EXPORTED_ARRAY_INT() - WX_DEFINE_SORTED_USER_EXPORTED_ARRAY_INT()
@section array_predef Predefined array types
wxWidgets defines the following dynamic array types:
- wxArrayShort
- wxArrayInt
- wxArrayDouble
- wxArrayLong
- wxArrayPtrVoid
To use them you don't need any macro; you just need to include @c dynarray.h.
@library{wxbase} @library{wxbase}
@category{containers} @category{containers}