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

Class AppCommandBase

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

Source from the content-addressed store, hash-verified

26
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) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected