MCPcopy Create free account
hub / github.com/BeneficialCode/WinArk / AppCommandBase

Function AppCommandBase

WinArk/AppCommandBase.h:29–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27template<typename T>
28struct AppCommandBase abstract : AppCommand {
29 explicit AppCommandBase(const CString& name, AppCommandCallback<T> cb = nullptr) : AppCommand(name), _cb(cb) {}
30
31 void SetCallback(AppCommandCallback<T> cb) {
32 _cb = cb;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected