packagepath.h
Go to the documentation of this file.
1#pragma once
2
4
6
7// arondto forward declarations
8namespace 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
21namespace armarx::aron
22{
25} // namespace armarx::aron
26
27namespace armarx
28{
31} // namespace armarx
void toAron(arondto::PackagePath &dto, const PackagePath &bo)
void fromAron(const arondto::PackagePath &dto, PackagePath &bo)
This file offers overloads of toIce() and fromIce() functions for STL container types.