Photon Quantum 3.0.0

Photon.Deterministic.Native.Utility Member List

This is the complete list of members for Photon.Deterministic.Native.Utility, including all inherited members.

Clear(void *dest, int count)Photon.Deterministic.Native.Utilitypure virtual
ClearFast(void *dest, int count)Photon.Deterministic.Native.Utilityinlinestatic
Compare(void *ptr1, void *ptr2, int count)Photon.Deterministic.Native.Utilitypure virtual
Copy(void *dest, void *src, int count)Photon.Deterministic.Native.Utilitypure virtual
CopyArray< T >(T *source, int sourceIndex, T *destination, int destinationIndex, int count)Photon.Deterministic.Native.Utilityinline
CopyArrayWithStride(void *source, int sourceIndex, void *destination, int destinationIndex, int count, int stride)Photon.Deterministic.Native.Utilityinline
CopyFast(void *dest, void *src, int count)Photon.Deterministic.Native.Utilityinlinestatic
Move(void *dest, void *src, int count)Photon.Deterministic.Native.Utilitypure virtual
Set(void *dest, byte value, int count)Photon.Deterministic.Native.Utilitypure virtual