|
YARP
Yet Another Robot Platform
|
|
Go to the documentation of this file.
10 #ifndef YARP_OS_STRINGINPUTSTREAM_H
11 #define YARP_OS_STRINGINPUTSTREAM_H
41 void reset(
const std::string& str)
47 void add(
const std::string& txt)
54 for (
size_t i = 0; i < b.
length(); i++) {
64 for (
size_t i = 0; i < space; i++) {
65 if (at < data.length()) {
96 #endif // YARP_OS_STRINGINPUTSTREAM_H
#define YARP_SUPPRESS_DLL_INTERFACE_WARNING_ARG(x)
Suppress MSVC C4251 warning for the declaration.
A simple abstraction for a block of bytes.
The main, catch-all namespace for YARP.