165 std::for_each ( std::begin ( this->attributes ), std::end ( this->attributes ),
166 [&lattributes] (
typename std::pair<S, QStringList>
const & e )
168 t_config_object_preimage::type_attrmap::value_type::second_type v;
170 for (
auto const & x : e.second )
172 v.push_back ( x.toStdString() );
175 lattributes.insert ( std::make_pair ( e.first, v ) );
178 std::for_each ( std::begin ( this->relations ), std::end ( this->relations ),
179 [&lrelations] (
typename t_relmap::value_type
const & e )
181 t_config_object_preimage::type_relmap::value_type::second_type v;
188 lrelations.insert ( std::make_pair ( e.first, v ) );
193 lattributes, lrelations,