Location.cpp
Go to the documentation of this file.
1
#include "
Location.h
"
2
3
#include <SimoxUtility/algorithm/string.h>
4
5
#include <
ArmarXCore/core/exceptions/local/ExpressionException.h
>
6
7
namespace
armarx::priorknowledge::util
8
{
9
std::string
10
LocationId::toString
()
const
11
{
12
return
source
+
"/"
+
name
;
13
}
14
15
}
// namespace armarx::priorknowledge::util
armarx::priorknowledge::util::LocationId::toString
std::string toString() const
Definition:
Location.cpp:10
ExpressionException.h
Location.h
armarx::priorknowledge::util::LocationId::name
std::string name
Definition:
Location.h:23
armarx::priorknowledge::util
Definition:
AffordanceLoader.cpp:6
armarx::priorknowledge::util::LocationId::source
std::string source
Definition:
Location.h:22
RobotAPI
libraries
PriorKnowledge
util
LocationLoader
datatypes
Location.cpp
Generated on Sat Oct 12 2024 09:14:11 for armarx_documentation by
1.8.17