IpeStringStream Class Reference
[Ipe Base]

Stream writing into an IpeString. More...

Inherits IpeTellStream.

List of all members.

Public Member Functions


Detailed Description

Stream writing into an IpeString.


Constructor & Destructor Documentation

IpeStringStream::IpeStringStream ( IpeString string  ) 

Construct with string reference.


Member Function Documentation

void IpeStringStream::PutChar ( char  ch  )  [virtual]

Output character.

Implements IpeStream.

void IpeStringStream::PutString ( IpeString  s  )  [virtual]

Output string.

Reimplemented from IpeStream.

void IpeStringStream::PutCString ( const char *  s  )  [virtual]

Output C string.

Reimplemented from IpeStream.

void IpeStringStream::PutRaw ( const char *  data,
int  size 
) [virtual]

Output raw character data.

Reimplemented from IpeStream.


The documentation for this class was generated from the following files: