11 #include "interfaces/legacy/AddonClass.h" 29 #ifdef DOXYGEN_SHOULD_USE_THIS 40 String read(
unsigned long size = 0)
const;
43 #ifdef DOXYGEN_SHOULD_USE_THIS 55 String readline(
unsigned long size = 0)
const;
58 #ifdef DOXYGEN_SHOULD_USE_THIS 70 std::vector<String> readlines(
unsigned long sizehint = 0)
const;
73 #if !defined SWIG && !defined DOXYGEN_SHOULD_SKIP_THIS 80 inline bool end()
const {
return m_remaining <= 0; }
84 mutable unsigned long m_offset = 0;
85 mutable unsigned long m_remaining = 0;
107 #if !defined SWIG && !defined DOXYGEN_SHOULD_SKIP_THIS Definition: HTTPPythonRequest.h:18
Defining LOG_LIFECYCLE_EVENTS will log all instantiations, deletions and also reference countings (in...
Definition: Addon.cpp:25
This class is the superclass for all reference counted classes in the api.
Definition: AddonClass.h:57