|
libdballe
8.6
|
DBImportOptions with public constructor and copy, safe to use in dballe code but not accessible from the public API. More...
#include <db.h>
Public Member Functions | |
| DBImportOptions (const DBImportOptions &o)=default | |
| DBImportOptions (DBImportOptions &&o)=default | |
| DBImportOptions & | operator= (const DBImportOptions &)=default |
| DBImportOptions & | operator= (DBImportOptions &&)=default |
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. More... | |
| bool | import_attributes = false |
| Import variable attributes. | |
| bool | update_station = false |
| Update station information. More... | |
| bool | overwrite = false |
| Replace existing data. More... | |
| 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.
1.8.16