Exemple #1
0
void element_properties_generator::
populate(const unsigned int position, result_type& v) {
    v.decoration_properties(create_boost_optional_dogen_formatters_decoration_properties(position + 0));
    v.aspect_properties(create_dogen_quilt_cpp_formattables_aspect_properties(position + 1));
    v.artefact_properties(create_std_unordered_map_std_string_dogen_quilt_cpp_formattables_artefact_properties(position + 2));
    v.helper_properties(create_std_list_dogen_quilt_cpp_formattables_helper_properties(position + 3));
    v.canonical_archetype_to_archetype(create_std_unordered_map_std_string_std_string(position + 4));
    v.odb_properties(create_boost_optional_dogen_quilt_cpp_formattables_odb_properties(position + 5));
}
Exemple #2
0
void element_properties_generator::
populate(const unsigned int position, result_type& v) {
    v.decoration_properties(create_boost_optional_dogen_formatters_decoration_properties(position + 0));
    v.artefact_properties(create_std_unordered_map_std_string_dogen_quilt_csharp_formattables_artefact_properties(position + 1));
    v.helper_properties(create_std_list_dogen_quilt_csharp_formattables_helper_properties(position + 2));
}