7 #ifndef YARP_OS_STRINGINPUTSTREAM_H
8 #define YARP_OS_STRINGINPUTSTREAM_H
38 void reset(
const std::string& str)
44 void add(
const std::string& txt)
51 for (
size_t i = 0; i < b.
length(); i++) {
61 for (
size_t i = 0; i < space; i++) {
62 if (at < data.length()) {
A simple abstraction for a block of bytes.
The main, catch-all namespace for YARP.
#define YARP_SUPPRESS_DLL_INTERFACE_WARNING_ARG(x)
Suppress MSVC C4251 warning for the declaration.