oemultiostream¶
class oemultiostream : public OEPlatform::oeostream
This class represents oemultiostream. This class can be used to write to more than one oeostream.
The following methods are publicly inherited from oeostream:
The following methods are publicly inherited from oestream:
addstream¶
void addstream(oeostream *ostr, bool owned=false)
This method adds the stream ostr for output. The second parameter can be used to give ownership to the oemultiostream instance, which will make the instance responsible for deletion of the oeostream.