swift
|
Class-based interface to X-Plane's custom command API. More...
Public Member Functions | |
CCommand (const char *name, const char *description, std::function< void()> handler) | |
Constructor. | |
~CCommand () | |
Destructor. | |
CCommand (const CCommand &)=delete | |
Not copyable. | |
CCommand & | operator= (const CCommand &)=delete |
Not copyable. | |