LibreOffice Module i18npool (master) 1
|
"Safe" memory allocation in ctor More...
#include <levdis.hxx>
Public Member Functions | |
WLevDisPatternMem (sal_Int32 s) | |
sal_Unicode * | GetcPtr () const |
bool * | GetbPtr () const |
Private Attributes | |
std::unique_ptr< sal_Unicode[]> | cp |
std::unique_ptr< bool[]> | bp |
"Safe" memory allocation in ctor
Definition at line 97 of file levdis.hxx.
|
inlineexplicit |
Definition at line 102 of file levdis.hxx.
|
inline |
Definition at line 109 of file levdis.hxx.
References bp.
Referenced by WLevDistance::InitData(), and WLevDistance::WLevDistance().
|
inline |
Definition at line 108 of file levdis.hxx.
References cp.
Referenced by WLevDistance::InitData(), and WLevDistance::WLevDistance().
|
private |
Definition at line 100 of file levdis.hxx.
Referenced by GetbPtr().
|
private |
Definition at line 99 of file levdis.hxx.
Referenced by GetcPtr().