names.h
Go to the documentation of this file.
1#pragma once
2
3#include <SimoxUtility/json/json.h>
4
7
8namespace armarx
9{
10 void fromAron(const arondto::Names& dto, armarx::Names& bo);
11 void toAron(arondto::Names& dto, const armarx::Names& bo);
12
13
14} // namespace armarx
This file offers overloads of toIce() and fromIce() functions for STL container types.
void toAron(arondto::PackagePath &dto, const PackageFileLocation &bo)
void fromAron(const arondto::PackagePath &dto, PackageFileLocation &bo)