19 #ifndef INCLUDED_RTL_BYTESEQ_H
20 #define INCLUDED_RTL_BYTESEQ_H
170 inline static void * SAL_CALL
operator new (
size_t nSize )
172 inline static void SAL_CALL
operator delete (
void * pMem )
174 inline static void * SAL_CALL
operator new ( size_t,
void * pMem )
176 inline static void SAL_CALL
operator delete (
void *,
void * )
237 {
return _pSequence->nElements; }
245 {
return reinterpret_cast<sal_Int8 *
>(_pSequence->elements); }
253 inline sal_Int8 * SAL_CALL getArray();
267 inline sal_Int8 & SAL_CALL operator [] ( sal_Int32 nIndex );
275 inline const sal_Int8 & SAL_CALL operator [] ( sal_Int32 nIndex )
const
276 {
return getConstArray()[ nIndex ]; }
297 inline void SAL_CALL realloc( sal_Int32 nSize );
304 {
return _pSequence; }
310 {
return _pSequence; }