Пример #1
0
void model_generator::
populate(const unsigned int position, result_type& v) {
    v.name(create_dogen_yarn_name(position + 0));
    v.formattables(create_std_unordered_map_std_string_dogen_quilt_csharp_formattables_formattable(position + 1));
    v.project_items(create_std_list_std_string(position + 2));
    v.aspect_properties(create_std_unordered_map_std_string_dogen_quilt_csharp_formattables_aspect_properties(position + 3));
    v.assistant_properties(create_std_unordered_map_std_string_dogen_quilt_csharp_formattables_assistant_properties(position + 4));
}
Пример #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.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));
}