ipe::StringStream Class Reference
[Ipe Base]
Stream writing into an
String.
More...
#include <ipebase.h>
Inherits ipe::TellStream.
List of all members.
Public Member Functions
Detailed Description
Stream writing into an
String.
Constructor & Destructor Documentation
| StringStream::StringStream |
( |
String & |
string |
) |
|
Construct with string reference.
Member Function Documentation
| void StringStream::putChar |
( |
char |
ch |
) |
[virtual] |
| void StringStream::putString |
( |
String |
s |
) |
[virtual] |
Output string.
Default implementation uses PutChar.
Reimplemented from ipe::Stream.
| void StringStream::putCString |
( |
const char * |
s |
) |
[virtual] |
Output C string.
Default implementation uses PutChar.
Reimplemented from ipe::Stream.
| void StringStream::putRaw |
( |
const char * |
data, |
|
|
int |
size | |
|
) |
| | [virtual] |
Output raw character data.
Default implementation uses PutChar.
Reimplemented from ipe::Stream.
| long StringStream::tell |
( |
|
) |
const [virtual] |
The documentation for this class was generated from the following files: