packagepath.h
Go to the documentation of this file.
1 #pragma once
2 
4 
6 
7 // arondto forward declarations
8 namespace armarx::arondto
9 {
10  class PackagePath;
11 }
12 
14 {
15 
16  void fromAron(const arondto::PackagePath& dto, PackagePath& bo);
17  void toAron(arondto::PackagePath& dto, const PackagePath& bo);
18 
19 } // namespace armarx::aron::packagepath
20 
21 namespace armarx::aron
22 {
24  using packagepath::toAron;
25 } // namespace armarx::aron
26 
27 namespace armarx
28 {
31 } // namespace armarx
armarx::arondto
Definition: framed.h:7
aron_conversions.h
armarx::aron
Definition: DataDisplayVisitor.cpp:5
armarx::aron::packagepath::fromAron
void fromAron(const arondto::PackagePath &dto, PackagePath &bo)
Definition: packagepath.cpp:8
armarx::aron::packagepath::toAron
void toAron(arondto::PackagePath &dto, const PackagePath &bo)
Definition: packagepath.cpp:14
armarx::aron::packagepath
Definition: packagepath.h:13
armarx::PackagePath
Definition: PackagePath.h:55
armarx
This file offers overloads of toIce() and fromIce() functions for STL container types.
Definition: ArmarXTimeserver.cpp:28
armarx::aron::bo
const std::optional< BoT > & bo
Definition: aron_conversions.h:166
PackagePath.h