![]() |
Kodi Documentation 18.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) throw UnimplementedException(classname, __FUNCTION__) |
Functions | |
XBMCAddon::XBMCCOMMONS_STANDARD_EXCEPTION (WrongTypeException) | |
#define THROW_UNIMP | ( | classname | ) | throw UnimplementedException(classname, __FUNCTION__) |
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.