#include <ipebase.h>
Inherits ipe::TellStream.
Stream writing into an String.
◆ StringStream()
StringStream::StringStream |
( |
String & |
string | ) |
|
Construct with string reference.
◆ putChar()
void StringStream::putChar |
( |
char |
ch | ) |
|
|
virtual |
◆ putString()
void StringStream::putString |
( |
String |
s | ) |
|
|
virtual |
Output string.
Default implementation uses PutChar.
Reimplemented from ipe::Stream.
◆ putCString()
void StringStream::putCString |
( |
const char * |
s | ) |
|
|
virtual |
Output C string.
Default implementation uses PutChar.
Reimplemented from ipe::Stream.
◆ putRaw()
void StringStream::putRaw |
( |
const char * |
data, |
|
|
int |
size |
|
) |
| |
|
virtual |
Output raw character data.
Default implementation uses PutChar.
Reimplemented from ipe::Stream.
References ipe::size().
◆ tell()
long StringStream::tell |
( |
| ) |
const |
|
virtual |
The documentation for this class was generated from the following files: