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(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
- rtl_findInMemory
- extern "C"
void * rtl_findInMemory(
-
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(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
Top of Page
Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.