All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines
A stream directed to a string. More...
#include <StringStream.h>
Public Member Functions | |
| virtual ClassId | classId () const |
| StringStream (QString *str) | |
Protected Member Functions | |
| virtual void | flushStream () |
| virtual void | sendToStream (const QString &val) |
A stream directed to a string.
| QGpCoreTools::StringStream::StringStream | ( | QString * | str | ) | [inline] |
References str.
: AbstractStream() {_s=str;}
| virtual ClassId QGpCoreTools::StringStream::classId | ( | ) | const [inline, virtual] |
Implements QGpCoreTools::AbstractStream.
{return StringId;}
| virtual void QGpCoreTools::StringStream::flushStream | ( | ) | [inline, protected, virtual] |
Implements QGpCoreTools::AbstractStream.
{}
| virtual void QGpCoreTools::StringStream::sendToStream | ( | const QString & | val | ) | [inline, protected, virtual] |
Implements QGpCoreTools::AbstractStream.
{*_s+=val;}