MCPcopy Create free account
hub / github.com/BlueAndi/Pixelix / KeyValueInt32

Method KeyValueInt32

lib/SettingsService/src/KeyValueInt32.h:73–76  ·  view source on GitHub ↗

* Constructs a key value pair. * * @param[in] key Key * @param[in] name User friendly name * @param[in] defValue Default value * @param[in] min Minimum value * @param[in] max Maximum value */

Source from the content-addressed store, hash-verified

71 * @param[in] max Maximum value
72 */
73 KeyValueInt32(const char* key, const char* name, int32_t defValue, size_t min, size_t max) :
74 KeyValueNumber(key, name, defValue, min, max)
75 {
76 }
77
78 /**
79 * Constructs a key value pair.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected