> All members, including inherited
◆ operator<<()
◆ write() [1/2]
virtual void IOutputStream::write |
( |
const char * | src, |
|
|
size_t | size ) |
|
pure virtual |
- Sneaky exceptions
- An implementation can throw any exception that subclasses AIOException.
- Parameters
-
src | source buffer |
size | source buffer's size. > 0 |
Implemented in AByteBuffer, ADynamicPipe, AFileOutputStream, AOpusSoundPipe, APipe, AStringStream, ATcpSocket, AVorbisSoundPipe, AWebsocket, Pipe, and PipeOutputStream.
◆ write() [2/2]
template<typename T>
void IOutputStream::write |
( |
const T & | t | ) |
|