7#ifndef YARP_OS_STRINGINPUTSTREAM_H
8#define YARP_OS_STRINGINPUTSTREAM_H
37 void reset(
const std::string& str)
43 void add(
const std::string& txt)
50 for (
size_t i = 0; i < b.
length(); i++) {
60 for (
size_t i = 0; i < space; i++) {
61 if (at < data.length()) {
A simple abstraction for a block of bytes.
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.