LibreOffice Module sw (master) 1
|
simple template that manages a static array More...
#include <sortedarray.hxx>
Public Member Functions | |
const C * | search (C aSrch) const |
SortedArray (C *pWwSprmTab, size_t nNoElems) | |
Private Member Functions | |
SortedArray (const SortedArray &)=delete | |
SortedArray & | operator= (const SortedArray &)=delete |
Private Attributes | |
C * | mpWwSprmTab |
size_t | mnNoElems |
simple template that manages a static array
The template sorts the array at construction in place.
Definition at line 34 of file sortedarray.hxx.
|
privatedelete |
|
inline |
Definition at line 55 of file sortedarray.hxx.
References ww::SortedArray< C >::mnNoElems, and ww::SortedArray< C >::mpWwSprmTab.
|
privatedelete |
|
inline |
Definition at line 45 of file sortedarray.hxx.
References C, ww::SortedArray< C >::mnNoElems, and ww::SortedArray< C >::mpWwSprmTab.
Referenced by SwWW8ImplReader::GetSprmReadInfo().
|
private |
Definition at line 39 of file sortedarray.hxx.
Referenced by ww::SortedArray< C >::search(), and ww::SortedArray< C >::SortedArray().
|
private |
Definition at line 38 of file sortedarray.hxx.
Referenced by ww::SortedArray< C >::search(), and ww::SortedArray< C >::SortedArray().