GnuCash
5.6-150-g038405b370+
|
CSV Import Settings. More...
#include <config.h>
#include "Account.h"
#include "gnc-commodity.h"
#include <string>
#include <vector>
#include "gnc-imp-props-price.hpp"
#include "gnc-tokenizer.hpp"
#include "gnc-imp-settings-csv.hpp"
Go to the source code of this file.
Data Structures | |
struct | CsvPriceImpSettings |
Typedefs | |
using | preset_vec_price = std::vector< std::shared_ptr< CsvPriceImpSettings > > |
Functions | |
const preset_vec_price & | get_import_presets_price (void) |
Creates a vector of CsvPriceImpSettings which combines. More... | |
CSV Import Settings.
Definition in file gnc-imp-settings-csv-price.hpp.
const preset_vec_price& get_import_presets_price | ( | void | ) |
Creates a vector of CsvPriceImpSettings which combines.
Definition at line 72 of file gnc-imp-settings-csv-price.cpp.