Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include <WsgiErrorStream.h>
Public Member Functions | |
WsgiErrorStream () | |
~WsgiErrorStream () override | |
flush () | |
write (...) | |
writelines (...) | |
void | SetRequest (HTTPPythonRequest *request) |
Public Member Functions inherited from XBMCAddon::AddonClass | |
AddonClass () | |
virtual | ~AddonClass () |
const char * | GetClassname () const |
LanguageHook * | GetLanguageHook () |
bool | isDeallocating () |
void | Release () const |
void | Acquire () const |
Public Attributes | |
HTTPPythonRequest * | m_request |
Additional Inherited Members | |
Static Public Member Functions inherited from XBMCAddon::AddonClass | |
static short | getNumAddonClasses () |
Protected Member Functions inherited from XBMCAddon::AddonClass | |
virtual void | deallocating () |
Static Protected Member Functions inherited from XBMCAddon::AddonClass | |
static short | getNextClassIndex () |
Protected Attributes inherited from XBMCAddon::AddonClass | |
LanguageHook * | languageHook |
XBMCAddon::xbmcwsgi::WsgiErrorStream::WsgiErrorStream | ( | ) |
|
override |
void XBMCAddon::xbmcwsgi::WsgiErrorStream::SetRequest | ( | HTTPPythonRequest * | request | ) |
Sets the given request.
HTTPPythonRequest* XBMCAddon::xbmcwsgi::WsgiErrorStream::m_request |