_ArrayUtil Struct Reference
#include <e32std.inl>
Link against: libm.lib
struct _ArrayUtil
Public Member Functions
void
Delete
(
T
*,
T
*, CBase *)
void
Delete
(
T
*,
T
*,
TAny
*)
void
Delete
(
T
*,
TInt
)
Member Function Documentation
Delete ( T *, T *, CBase * )
void
Delete
(
T
*
aBegin
,
T
*
aEnd
,
CBase *
)
[static, inline]
Delete ( T *, T *, TAny * )
void
Delete
(
T
*
aBegin
,
T
*
aEnd
,
TAny
*
)
[static, inline]
Delete ( T *, TInt )
void
Delete
(
T
*
aArray
,
TInt
aCount
)
[static, inline]