MCPcopy Create free account
hub / github.com/LabSound/LabSound / enums

Method enums

include/LabSound/core/AudioSetting.h:58–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 std::string shortName() const { return _desc->shortName; }
57 SettingType type() const { return _desc->type; }
58 char const * const * enums() const { return _desc->enums; }
59
60 int enumFromName(char const* const e)
61 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected