#include <yarp/os/Bottle.h>
#include <string>
#include <vector>
Go to the source code of this file.
|
| yarp::os::Bottle | icubclient::opcGetIdsFromAsk (const yarp::os::Bottle &reply) |
| | Allow retrieving the list of unique identifiers of those items verifying the set of conditions queried to the database through a [ask] request. More...
|
| |
| void | icubclient::replace_all (std::string &in, const std::string &plain, const std::string &tok) |
| | Simple search and replace function for strings;. More...
|
| |
| std::string | icubclient::grammarToString (const std::string &sPath) |
| | Get the context path of a .grxml grammar, and return it as a string. More...
|
| |