MCPcopy Create free account
hub / github.com/defold/defold / clear_obj

Function clear_obj

engine/dlib/src/basis/encoder/pvpngreader.cpp:40–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38template <typename S> inline S minimum(S a, S b) { return (a < b) ? a : b; }
39
40template <typename T> inline void clear_obj(T& obj) { memset(&obj, 0, sizeof(obj)); }
41
42#define MAX_SUPPORTED_RES (32768)
43#define FALSE (0)

Callers 15

clearMethod · 0.70
create_image_descsMethod · 0.70
clearMethod · 0.70
clearMethod · 0.70
clearMethod · 0.70
clearMethod · 0.70
clearMethod · 0.70
clearMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected