xbmc
|
Public Member Functions | |
WsgiInputStreamIterator * | begin () |
WsgiInputStreamIterator * | end () |
void | SetRequest (HTTPPythonRequest *request) |
Sets the given request. | |
![]() | |
String | read (unsigned long size=0) const |
String | readline (unsigned long size=0) const |
std::vector< String > | readlines (unsigned long sizehint=0) const |
WsgiInputStreamIterator (const String &data, bool end=false) | |
WsgiInputStreamIterator & | operator++ () |
bool | operator== (const WsgiInputStreamIterator &rhs) |
bool | operator!= (const WsgiInputStreamIterator &rhs) |
String & | operator* () |
bool | end () const |
![]() | |
const char * | GetClassname () const |
LanguageHook * | GetLanguageHook () |
bool | isDeallocating () |
This method should be called while holding a Synchronize on the object. More... | |
void | Release () const |
void | Acquire () const |
Public Attributes | |
HTTPPythonRequest * | m_request |
Additional Inherited Members | |
![]() | |
static short | getNumAddonClasses () |
![]() | |
virtual void | deallocating () |
This method is meant to be called from the destructor of the lowest level class. More... | |
![]() | |
static short | getNextClassIndex () |
This is meant to be called during static initialization and so isn't synchronized. | |
![]() | |
String | m_data |
unsigned long | m_offset = 0 |
unsigned long | m_remaining = 0 |
![]() | |
LanguageHook * | languageHook |