コード例 #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));
}
コード例 #2
0
ファイル: class_f_td.cpp プロジェクト: pgannon/dogen
void class_f_generator::
populate(const unsigned int position, result_type& v) {
    v.prop_0(create_std_unordered_map_std_string_std_string(position + 0));
    v.prop_1(create_std_unordered_map_std_string_dogen_test_models_std_model_class_a(position + 1));
    v.prop_2(create_std_unordered_map_dogen_test_models_std_model_class_a_dogen_test_models_std_model_pkg1_class_c(position + 2));
}
コード例 #3
0
void key_value_pair_generator::
populate(const unsigned int position, result_type& v) {
    dogen::annotations::value_generator::populate(position, v);
    v.content(create_std_unordered_map_std_string_std_string(position + 0));
}