MCPcopy Create free account
hub / github.com/couchbase/fleece / operator=

Method operator=

API/fleece/Mutable.hh:23–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 public:
22 void setNull() {FLSlot_SetNull(_slot);}
23 void operator= (Null) {FLSlot_SetNull(_slot);}
24 void operator= (bool v) {FLSlot_SetBool(_slot, v);}
25 void operator= (int v) {FLSlot_SetInt(_slot, v);}
26 void operator= (unsigned v) {FLSlot_SetUInt(_slot, v);}

Callers

nothing calls this directly

Calls 9

FLSlot_SetNullFunction · 0.85
FLSlot_SetBoolFunction · 0.85
FLSlot_SetIntFunction · 0.85
FLSlot_SetUIntFunction · 0.85
FLSlot_SetFloatFunction · 0.85
FLSlot_SetDoubleFunction · 0.85
FLSlot_SetStringFunction · 0.85
sliceClass · 0.85
FLSlot_SetValueFunction · 0.85

Tested by

no test coverage detected