7#ifndef YARP_OS_STRINGOUTPUTSTREAM_H
8#define YARP_OS_STRINGOUTPUTSTREAM_H
54 const std::string&
str()
const
A mini-server for performing network communication in the background.
A simple abstraction for a block of bytes.
Simple specification of the minimum functions needed from output streams.
virtual void write(char ch)
Write a single byte to the stream.
An OutputStream that produces a string.
const std::string & str() const
std::string toString() const
bool isOk() const override
Check if the stream is ok or in an error state.
void close() override
Terminate the stream.
void write(const Bytes &b) override
Write a block of bytes to the stream.
An interface to the operating system, including Port based communication.
#define YARP_SUPPRESS_DLL_INTERFACE_WARNING_ARG(x)
Suppress MSVC C4251 warning for the declaration.