wxPdfDocument 1.2.0
Functions
pdfarraytypes.h File Reference

Definition of array types. More...

#include <wx/dynarray.h>
#include "wx/pdfdocdef.h"

Functions

 WX_DEFINE_USER_EXPORTED_ARRAY_SHORT (wxUint16, wxPdfArrayUint16, class WXDLLIMPEXP_PDFDOC)
 Unsorted array types.
 
 WX_DEFINE_USER_EXPORTED_ARRAY_LONG (wxUint32, wxPdfArrayUint32, class WXDLLIMPEXP_PDFDOC)
 
 WX_DEFINE_SORTED_USER_EXPORTED_ARRAY_INT (int, wxPdfSortedArrayInt, WXDLLIMPEXP_PDFDOC)
 Sorted array types.
 

Detailed Description

Definition of array types.

Function Documentation

◆ WX_DEFINE_SORTED_USER_EXPORTED_ARRAY_INT()

WX_DEFINE_SORTED_USER_EXPORTED_ARRAY_INT ( int ,
wxPdfSortedArrayInt ,
WXDLLIMPEXP_PDFDOC  )

Sorted array types.

◆ WX_DEFINE_USER_EXPORTED_ARRAY_LONG()

WX_DEFINE_USER_EXPORTED_ARRAY_LONG ( wxUint32 ,
wxPdfArrayUint32 ,
class WXDLLIMPEXP_PDFDOC  )

◆ WX_DEFINE_USER_EXPORTED_ARRAY_SHORT()

WX_DEFINE_USER_EXPORTED_ARRAY_SHORT ( wxUint16 ,
wxPdfArrayUint16 ,
class WXDLLIMPEXP_PDFDOC  )

Unsorted array types.