1 #ifndef POPQUOTASTABLE_H 2 #define POPQUOTASTABLE_H 7 #include "sqlitefielddef.h" 8 #include "sqlitetable.h" 21 std::unique_ptr<Impl> p;
23 const FieldDef<FieldType::Integer> fldTStep = makeFieldDef(
"TStep",FieldType::Integer()).notNull();
24 const FieldDef<FieldType::Integer> fldPopId = makeFieldDef(
"PopId",FieldType::Integer()).notNull();
25 const FieldDef<FieldType::Integer> fldGroup = makeFieldDef(
"PopGroup",FieldType::Integer()).notNull();
27 const FieldDef<FieldType::Real> fldQuotasUptake = makeFieldDef(
"QuotasUptake",FieldType::Real());
28 const FieldDef<FieldType::Real> fldQuotas = makeFieldDef(
"Quotas",FieldType::Real());
29 const FieldDef<FieldType::Real> fldChoking = makeFieldDef(
"Choking",FieldType::Real());
31 PopQuotasTable(std::shared_ptr<sqlite::SQLiteStorage> db, std::string name);
38 #endif // POPQUOTASTABLE_H Definition: sqliteoutputstorage.h:33
int tstep
Definition: main.cpp:205
Definition: Population.h:34
Definition: popquotastable.h:17
Definition: popquotastable.cpp:6
#define COMMONSSHARED_EXPORT
Definition: commons_global.h:23