Beispiel #1
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));
}