Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
Classes | |
class | XBMCAddon::UnimplementedException |
class | XBMCAddon::UnhandledException |
Namespaces | |
namespace | XBMCAddon |
Macros | |
#define | THROW_UNIMP(classname) |
Functions | |
XBMCAddon::XBMCCOMMONS_STANDARD_EXCEPTION (WrongTypeException) | |
#define THROW_UNIMP | ( | classname | ) |
These macros allow the easy declaration (and definition) of parent class virtual methods that are not implemented until the child class. This is to support the idosyncracies of dynamically typed scripting languages. See the comment in AddonControl.h for more details.