33 template<
typename typeT,
typename DerivedT>
43 auto block_if_data = std::make_shared<CppBlock>();
48 block_if_data->addLine(variantAccessor +
" = " + this->
ARON_WRITER_ACCESSOR +
".writePrimitive(" + resolved_accessor +
", "+
49 "armarx::aron::Path("+this->
ARON_PATH_ACCESSOR+
", {" + simox::alg::join(p.
getPath(),
", ") +
"})); // of " + cppAccessor);
56 auto block_if_data = std::make_shared<CppBlock>();
60 block_if_data->addLine(
"" + this->
ARON_READER_ACCESSOR +
".readPrimitive("+variantAccessor+
", " + resolved_accessor +
"); // of " + cppAccessor);