strigi/src/streams
StreamPtr Class Reference
Convenience class that holds a pointer to either a stream or a SubStreamProvider. More...
#include <listinginprogress.h>
Public Member Functions | |
| StreamPtr (Strigi::SubStreamProvider *p) | |
| StreamPtr (Strigi::InputStream *s) | |
| StreamPtr () | |
| void | free () |
Detailed Description
Convenience class that holds a pointer to either a stream or a SubStreamProvider.
It ensures proper destruction of the objects pointed to.
Definition at line 35 of file listinginprogress.h.
Constructor & Destructor Documentation
| StreamPtr::StreamPtr | ( | ) | [inline] |
Definition at line 40 of file listinginprogress.h.
| StreamPtr::StreamPtr | ( | Strigi::InputStream * | s | ) | [inline] |
Definition at line 41 of file listinginprogress.h.
| StreamPtr::StreamPtr | ( | Strigi::SubStreamProvider * | p | ) | [inline] |
Definition at line 42 of file listinginprogress.h.
Member Function Documentation
| void StreamPtr::free | ( | ) | [inline] |
Definition at line 43 of file listinginprogress.h.
The documentation for this class was generated from the following file:
KDE 4.4 API Reference