|
YARP
Yet Another Robot Platform
|
|
Go to the documentation of this file.
9 #ifndef YARP_OS_IMPL_MEMORYOUTPUTSTREAM_H
10 #define YARP_OS_IMPL_MEMORYOUTPUTSTREAM_H
57 #endif // YARP_OS_IMPL_MEMORYOUTPUTSTREAM_H
virtual void write(char ch)
Write a single byte to the stream.
Simple specification of the minimum functions needed from output streams.
void close() override
Terminate the stream.
MemoryOutputStream(char *location)
A simple abstraction for a block of bytes.
bool isOk() const override
Check if the stream is ok or in an error state.
The main, catch-all namespace for YARP.
void write(const yarp::os::Bytes &b) override
Write a block of bytes to the stream.
An OutputStream that writes to a given memory buffer address.