|
libdballe 9.14
|
DBImportOptions with public constructor and copy, safe to use in dballe code but not accessible from the public API. More...
#include <db.h>
Additional Inherited Members | |
| Static Public Member Functions inherited from dballe::DBImportOptions | |
| static std::unique_ptr< DBImportOptions > | create () |
| Public Attributes inherited from dballe::DBImportOptions | |
| std::string | report |
| Report name to use to import data. | |
| bool | import_attributes = false |
| Import variable attributes. | |
| bool | update_station = false |
| Update station information. | |
| bool | overwrite = false |
| Replace existing data. | |
| std::vector< wreport::Varcode > | varlist |
| If not empty, import only the given data values. | |
| Static Public Attributes inherited from dballe::DBImportOptions | |
| static const DBImportOptions | defaults |
| Protected Member Functions inherited from dballe::DBImportOptions | |
| DBImportOptions (const DBImportOptions &)=default | |
| DBImportOptions (DBImportOptions &&)=default | |
| DBImportOptions & | operator= (const DBImportOptions &)=default |
| DBImportOptions & | operator= (DBImportOptions &&)=default |
DBImportOptions with public constructor and copy, safe to use in dballe code but not accessible from the public API.