MCPcopy Create free account
hub / github.com/bxparks/AceButton / ~ButtonConfig

Method ~ButtonConfig

src/ace_button/ButtonConfig.h:218–218  ·  view source on GitHub ↗

* If the ButtonConfig is created and deleted on the heap, a virtual * destructor is technically required by the C++ language to prevent * memory leaks. But ButtonConfig does not have any memory to leak, so * everything is fine even without a virtual destructor. This virtual * destructor definition is provided for the sole purpose of keeping the * compiler quiet.

Source from the content-addressed store, hash-verified

216 * statement above.
217 */
218 virtual ~ButtonConfig() = default;
219 #endif
220
221 /** Milliseconds to wait for debouncing. */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected