6#include <SimoxUtility/algorithm/string.h>
17 qpath.append(QString::fromStdString(path.
getDelimeter()));
18 for (
const std::string& item : path.
getPath())
20 qpath.append(QString::fromStdString(item));
29 std::vector<std::string> pathItems;
30 for (
int i = 2; i < qpath.size(); ++i)
32 pathItems.push_back(qpath.at(i).toStdString());
void setRootIdentifier(const std::string &)
std::vector< std::string > getPath() const
std::string getDelimeter() const
void setDelimeter(const std::string &)
std::string getRootIdentifier() const
#define ARMARX_CHECK_GREATER_EQUAL(lhs, rhs)
This macro evaluates whether lhs is greater or equal (>=) rhs and if it turns out to be false it will...
aron::Path deserializePath(const QStringList &qpath)
QStringList serializePath(const aron::Path &path)