Location.cpp
Go to the documentation of this file.
1#include "Location.h"
2
3#include <SimoxUtility/algorithm/string.h>
4
6
8{
9 std::string
11 {
12 return source + "/" + name;
13 }
14
15} // namespace armarx::priorknowledge::util