MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / getField

Method getField

include/Suscan/Object.h:168–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166 }
167
168 Object
169 getField(std::string const &field) const
170 {
171 suscan_object_t *obj;
172
173 SU_ATTEMPT(obj = suscan_object_get_field(this->instance, field.c_str()));
174
175 return Object(obj);
176 }
177
178 void
179 setField(std::string const &field, Object &&obj)

Callers 14

deserializeFATsMethod · 0.80
deserializeFATsMethod · 0.80
getComponentConfigMethod · 0.80
deserializeMethod · 0.80
deserializeMethod · 0.80
haveAutoGainMethod · 0.80
haveFATMethod · 0.80
havePaletteMethod · 0.80
init_palettesMethod · 0.80
init_autogainsMethod · 0.80
init_fatsMethod · 0.80
init_bookmarksMethod · 0.80

Calls 1

ObjectClass · 0.85

Tested by 1

deserializeFATsMethod · 0.64