示例#1
0
void processed_comment_generator::
populate(const unsigned int position, result_type& v) {
    v.documentation(create_std_string(position + 0));
    v.key_value_pairs(create_std_list_std_pair_std_string_std_string_(position + 1));
    v.applicable_to_parent_object(create_bool(position + 2));
    v.original_content(create_std_string(position + 3));
}
示例#2
0
void enumerator_info_generator::
populate(const unsigned int position, result_type& v) {
    v.name(create_std_string(position + 0));
    v.qualified_name(create_std_string(position + 1));
    v.documentation(create_std_string(position + 2));
    v.value(create_std_string(position + 3));
}
示例#3
0
void visual_studio_project_generator::
populate(const unsigned int position, result_type& v) {
    dogen::yarn::element_generator::populate(position, v);
    v.project_guid(create_std_string(position + 0));
    v.project_name(create_std_string(position + 1));
    v.tools_version(create_std_string(position + 2));
}
示例#4
0
void qname_generator::
populate(const unsigned int position, result_type& v) {
    v.model_name(create_std_string(position + 0));
    v.external_module_path(create_std_list_std_string(position + 1));
    v.module_path(create_std_list_std_string(position + 2));
    v.simple_name(create_std_string(position + 3));
}
示例#5
0
void enum_info_generator::
populate(const unsigned int position, result_type& v) {
    dogen::cpp::entity_generator::populate(position, v);
    v.name(create_std_string(position + 0));
    v.namespaces(create_std_list_std_string(position + 1));
    v.enumerators(create_std_list_dogen_cpp_enumerator_info(position + 2));
    v.type(create_std_string(position + 3));
}
void time_series_configuration_generator::
populate(const unsigned int position, result_type& v) {
    v.name(create_std_string(position + 0));
    v.description(create_std_string(position + 1));
    v.time_axis_label(create_std_string(position + 2));
    v.value_axis_label(create_std_string(position + 3));
    v.generator_configuration(create_boost_shared_ptr_creris_credit_risk_generator_configuration(position + 4));
    v.versioned_key(create_creris_credit_risk_time_series_configuration_versioned_key(position + 5));
}
示例#7
0
void property_info_generator::
populate(const unsigned int position, result_type& v) {
    v.name(create_std_string(position + 0));
    v.documentation(create_std_string(position + 1));
    v.type(create_dogen_cpp_nested_type_info(position + 2));
    v.opaque_parameters(create_std_list_std_pair_std_string_std_string_(position + 3));
    v.is_immutable(create_bool(position + 4));
    v.is_fluent(create_bool(position + 5));
}
示例#8
0
void artefact_properties_generator::
populate(const unsigned int position, result_type& v) {
    v.enabled(create_bool(position + 0));
    v.overwrite(create_bool(position + 1));
    v.file_path(create_boost_filesystem_path(position + 2));
    v.header_guard(create_std_string(position + 3));
    v.inclusion_dependencies(create_std_list_std_string(position + 4));
    v.formatting_style(create_dogen_quilt_cpp_formattables_formatting_styles(position + 5));
    v.formatting_input(create_std_string(position + 6));
}
示例#9
0
void odb_options_info_generator::
populate(const unsigned int position, result_type& v) {
    dogen::cpp::formattables::formattable_generator::populate(position, v);
    v.model_name(create_std_string(position + 0));
    v.product_name(create_std_string(position + 1));
    v.file_path(create_boost_filesystem_path(position + 2));
    v.file_name(create_std_string(position + 3));
    v.odb_folder(create_std_string(position + 4));
    v.general_settings(create_boost_optional_dogen_formatters_general_settings(position + 5));
}
void attribute_generator::
populate(const unsigned int position, result_type& v) {
    v.documentation(create_std_string(position + 0));
    v.configuration(create_boost_shared_ptr_dogen_variability_meta_model_configuration(position + 1));
    v.name(create_dogen_coding_meta_model_name(position + 2));
    v.static_stereotypes(create_std_list_dogen_coding_meta_model_static_stereotypes(position + 3));
    v.dynamic_stereotypes(create_std_list_std_string(position + 4));
    v.unparsed_type(create_std_string(position + 5));
    v.parsed_type(create_dogen_coding_meta_model_name_tree(position + 6));
    v.is_immutable(create_bool(position + 7));
    v.is_fluent(create_bool(position + 8));
    v.orm_properties(create_boost_optional_dogen_coding_meta_model_orm_attribute_properties(position + 9));
}
示例#11
0
void cpp_settings_generator::
populate(const unsigned int position, result_type& v) {
    v.split_project(create_bool(position + 0));
    v.project_directory(create_boost_filesystem_path(position + 1));
    v.source_directory(create_boost_filesystem_path(position + 2));
    v.include_directory(create_boost_filesystem_path(position + 3));
    v.disable_backend(create_bool(position + 4));
    v.disable_cmakelists(create_bool(position + 5));
    v.enabled_facets(create_std_set_dogen_config_cpp_facet_types(position + 6));
    v.header_extension(create_std_string(position + 7));
    v.source_extension(create_std_string(position + 8));
    v.disable_complete_constructor(create_bool(position + 9));
    v.disable_facet_includers(create_bool(position + 10));
    v.disable_facet_folders(create_bool(position + 11));
    v.disable_unique_file_names(create_bool(position + 12));
    v.domain_facet_folder(create_std_string(position + 13));
    v.hash_facet_folder(create_std_string(position + 14));
    v.io_facet_folder(create_std_string(position + 15));
    v.serialization_facet_folder(create_std_string(position + 16));
    v.test_data_facet_folder(create_std_string(position + 17));
    v.odb_facet_folder(create_std_string(position + 18));
    v.disable_xml_serialization(create_bool(position + 19));
    v.use_integrated_io(create_bool(position + 20));
    v.disable_eos_serialization(create_bool(position + 21));
}
示例#12
0
void cpp_typeref_generator::
populate(const unsigned int position, result_type& v) {
    v.name(create_std_string(position + 0));
    v.start_at_global_scope(create_bool(position + 1));
    v.type_arguments(create_std_list_dogen_om_cpp_typeref(position + 2));
    v.namespaces(create_std_list_std_string(position + 3));
}
示例#13
0
void input_settings_generator::
populate(const unsigned int position, result_type& v) {
    v.target(create_boost_filesystem_path(position + 0));
    v.external_module_path(create_std_string(position + 1));
    v.references(create_std_vector_dogen_config_reference(position + 2));
    v.disable_model_module(create_bool(position + 3));
}
示例#14
0
void multi_concept_model_generator::
populate(const unsigned int position, result_type& v) {
    v.prop_1(create_int(position + 0));
    v.prop_0(create_std_string(position + 1));
    v.prop_2(create_int(position + 2));
    v.prop_10(create_int(position + 3));
}
示例#15
0
void type_generator::
populate(const unsigned int position, result_type& v) {
    v.documentation(create_std_string(position + 0));
    v.implementation_specific_parameters(create_std_vector_std_pair_std_string_std_string_(position + 1));
    v.name(create_dogen_sml_qname(position + 2));
    v.generation_type(create_dogen_sml_generation_types(position + 3));
    v.origin_type(create_dogen_sml_origin_types(position + 4));
}
void artefact_properties_generator::
populate(const unsigned int position, result_type& v) {
    v.enabled(create_bool(position + 0));
    v.overwrite(create_bool(position + 1));
    v.file_path(create_boost_filesystem_path(position + 2));
    v.formatting_style(create_dogen_coding_meta_model_formatting_styles(position + 3));
    v.formatting_input(create_std_string(position + 4));
}
示例#17
0
void concept_generator::
populate(const unsigned int position, result_type& v) {
    v.properties(create_std_list_dogen_sml_property(position + 0));
    v.documentation(create_std_string(position + 1));
    v.implementation_specific_parameters(create_std_vector_std_pair_std_string_std_string_(position + 2));
    v.name(create_dogen_sml_qname(position + 3));
    v.generation_type(create_dogen_sml_generation_types(position + 4));
    v.origin_type(create_dogen_sml_origin_types(position + 5));
    v.operations(create_std_list_dogen_sml_operation(position + 6));
    v.refines(create_std_list_dogen_sml_qname(position + 7));
}
示例#18
0
void element_generator::
populate(const unsigned int position, result_type& v) {
    v.documentation(create_std_string(position + 0));
    v.annotation(create_dogen_annotations_annotation(position + 1));
    v.name(create_dogen_yarn_name(position + 2));
    v.origin_type(create_dogen_yarn_origin_types(position + 3));
    v.contained_by(create_boost_optional_dogen_yarn_name(position + 4));
    v.in_global_module(create_bool(position + 5));
    v.stereotypes(create_std_vector_std_string(position + 6));
    v.is_element_extension(create_bool(position + 7));
}
示例#19
0
void boolean_generator::
populate(const unsigned int position, result_type& v) {
    v.value(create_std_string(position + 0));
}
void composite_generator::
populate(const unsigned int position, result_type& v) {
    v.type(create_std_string(position + 0));
    v.value(create_std_vector_boost_shared_ptr_dogen_dia_attribute(position + 1));
    v.inner_composite(create_boost_shared_ptr_dogen_dia_composite(position + 2));
}
void helper_instance_properties_generator::
populate(const unsigned int position, result_type& v) {
    v.identifiable_name(create_std_string(position + 0));
    v.complete_name(create_std_string(position + 1));
    v.complete_identifiable_name(create_std_string(position + 2));
}
示例#22
0
void cpp_ifdef_generator::
populate(const unsigned int position, result_type& v) {
    dogen::om::cpp_feature_generator::populate(position, v);
    v.condition(create_std_string(position + 0));
    v.features(create_std_list_boost_shared_ptr_dogen_om_cpp_feature_(position + 1));
}
示例#23
0
void annotation_generator::
populate(const unsigned int position, result_type& v) {
    v.modeline(create_boost_optional_dogen_formatters_modeline(position + 0));
    v.licence(create_boost_optional_dogen_formatters_licence(position + 1));
    v.code_generation_marker(create_std_string(position + 2));
}
示例#24
0
void child_node_generator::
populate(const unsigned int position, result_type& v) {
    v.parent(create_std_string(position + 0));
}
void formula_generator_configuration_generator::
populate(const unsigned int position, result_type& v) {
    v.formula(create_std_string(position + 0));
    v.initial_value(create_double(position + 1));
}
示例#26
0
文件: file_td.cpp 项目: pgannon/dogen
void file_generator::
populate(const unsigned int position, result_type& v) {
    v.path(create_boost_filesystem_path(position + 0));
    v.content(create_std_string(position + 1));
    v.overwrite(create_bool(position + 2));
}
void mapping_set_generator::
populate(const unsigned int position, result_type& v) {
    v.name(create_std_string(position + 0));
    v.by_agnostic_id(create_std_unordered_map_dogen_coding_meta_model_technical_space_std_unordered_map_std_string_dogen_coding_meta_model_name(position + 1));
    v.erasures_by_technical_space(create_std_unordered_map_dogen_coding_meta_model_technical_space_std_unordered_set_std_string(position + 2));
}
void locator_facet_configuration_generator::
populate(const unsigned int position, result_type& v) {
    v.directory(create_std_string(position + 0));
    v.postfix(create_std_string(position + 1));
}
示例#29
0
void exception_info_generator::
populate(const unsigned int position, result_type& v) {
    dogen::cpp::entity_generator::populate(position, v);
    v.name(create_std_string(position + 0));
    v.namespaces(create_std_list_std_string(position + 1));
}
示例#30
0
void primary_key_generator::
populate(const unsigned int position, result_type& v) {
    v.prop_0(create_unsigned_int(position + 0));
    v.prop_1(create_std_string(position + 1));
}