Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


Global Functions in Global Namespace C++
in Sourcefile memory.h


rtl_compareMemory
extern "C"
sal_Int32 rtl_compareMemory(
const void * MemA,
const void * MemB,
sal_Size Bytes );

virtual abstract const volatile template static inline C-linkage
NO NO NO NO NO NO NO YES


rtl_copyMemory
extern "C"
void rtl_copyMemory(
void * Dst,
const void * Src,
sal_Size Bytes );

virtual abstract const volatile template static inline C-linkage
NO NO NO NO NO NO NO YES


rtl_fillMemory
extern "C"
void rtl_fillMemory(
void * Ptr,
sal_Size Bytes,
sal_uInt8 Fill );

virtual abstract const volatile template static inline C-linkage
NO NO NO NO NO NO NO YES


rtl_findInMemory
extern "C"
void * rtl_findInMemory(
const void * MemA,
sal_uInt8 ch,
sal_Size Bytes );

virtual abstract const volatile template static inline C-linkage
NO NO NO NO NO NO NO YES


rtl_moveMemory
extern "C"
void rtl_moveMemory(
void * Dst,
const void * Src,
sal_Size Bytes );

virtual abstract const volatile template static inline C-linkage
NO NO NO NO NO NO NO YES


rtl_zeroMemory
extern "C"
void rtl_zeroMemory(
void * Ptr,
sal_Size Bytes );

virtual abstract const volatile template static inline C-linkage
NO NO NO NO NO NO NO YES


Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.