void Dev::SafeWrite(uint64 ptr, const string&in pattern)
Safe version of the simpler function. Note that this has significant overhead.
uint64 ptr
string pattern
void Dev::SafeWrite(uint64 ptr, int8 i)
Safe version of the simpler function. Note that this has significant overhead.
uint64 ptr
int8 i
void Dev::SafeWrite(uint64 ptr, int16 i)
Safe version of the simpler function. Note that this has significant overhead.
uint64 ptr
int16 i
void Dev::SafeWrite(uint64 ptr, int i)
Safe version of the simpler function. Note that this has significant overhead.
uint64 ptr
int i
void Dev::SafeWrite(uint64 ptr, int64 i)
Safe version of the simpler function. Note that this has significant overhead.
uint64 ptr
int64 i
void Dev::SafeWrite(uint64 ptr, uint8 i)
Safe version of the simpler function. Note that this has significant overhead.
uint64 ptr
uint8 i
void Dev::SafeWrite(uint64 ptr, uint16 i)
Safe version of the simpler function. Note that this has significant overhead.
uint64 ptr
uint16 i
void Dev::SafeWrite(uint64 ptr, uint i)
Safe version of the simpler function. Note that this has significant overhead.
uint64 ptr
uint i
void Dev::SafeWrite(uint64 ptr, uint64 i)
Safe version of the simpler function. Note that this has significant overhead.
uint64 ptr
uint64 i
void Dev::SafeWrite(uint64 ptr, float f)
Safe version of the simpler function. Note that this has significant overhead.
uint64 ptr
float f
void Dev::SafeWrite(uint64 ptr, double f)
Safe version of the simpler function. Note that this has significant overhead.
uint64 ptr
double f
void Dev::SafeWrite(uint64 ptr, const vec2&in v)
Safe version of the simpler function. Note that this has significant overhead.
uint64 ptr
vec2 v
void Dev::SafeWrite(uint64 ptr, const vec3&in v)
Safe version of the simpler function. Note that this has significant overhead.
uint64 ptr
vec3 v
void Dev::SafeWrite(uint64 ptr, const vec4&in v)
Safe version of the simpler function. Note that this has significant overhead.
uint64 ptr
vec4 v
void Dev::SafeWrite(uint64 ptr, const int2&in v)
Safe version of the simpler function. Note that this has significant overhead.
uint64 ptr
int2 v
void Dev::SafeWrite(uint64 ptr, const int3&in v)
Safe version of the simpler function. Note that this has significant overhead.
uint64 ptr
int3 v
void Dev::SafeWrite(uint64 ptr, const nat2&in v)
Safe version of the simpler function. Note that this has significant overhead.
uint64 ptr
nat2 v
void Dev::SafeWrite(uint64 ptr, const nat3&in v)
Safe version of the simpler function. Note that this has significant overhead.
uint64 ptr
nat3 v
void Dev::SafeWrite(uint64 ptr, const iso3&in v)
Safe version of the simpler function. Note that this has significant overhead.
uint64 ptr
iso3 v
void Dev::SafeWrite(uint64 ptr, const iso4&in v)
Safe version of the simpler function. Note that this has significant overhead.
uint64 ptr
iso4 v