#include <Util.h>
|
static bool | Compare (const void *a, const void *b, UInt_64 size) |
|
static void | Copy (void *out, const void *in, UInt_64 size) |
|
static void | Fill (void *out, UInt_64 outSize, const void *in, UInt_64 inSize) |
|
static void | Zero (void *in, UInt_64 size) |
|
◆ Compare()
bool ehs::Util::Compare |
( |
const void * |
a, |
|
|
const void * |
b, |
|
|
UInt_64 |
size |
|
) |
| |
|
static |
◆ Copy()
void ehs::Util::Copy |
( |
void * |
out, |
|
|
const void * |
in, |
|
|
UInt_64 |
size |
|
) |
| |
|
static |
◆ Fill()
void ehs::Util::Fill |
( |
void * |
out, |
|
|
UInt_64 |
outSize, |
|
|
const void * |
in, |
|
|
UInt_64 |
inSize |
|
) |
| |
|
static |
◆ Zero()
void ehs::Util::Zero |
( |
void * |
in, |
|
|
UInt_64 |
size |
|
) |
| |
|
static |
The documentation for this class was generated from the following files: