1 #ifndef VESSELSLOGLIKECATCHESTABLE_H 2 #define VESSELSLOGLIKECATCHESTABLE_H 7 #include "sqlitefielddef.h" 8 #include "sqlitetable.h" 20 std::unique_ptr<Impl> p;
23 const FieldDef<FieldType::Integer> fldLoglikeId = makeFieldDef(
"LoglikeId", FieldType::Integer()).notNull();
24 const FieldDef<FieldType::Integer> fldPopId = makeFieldDef(
"PopId",FieldType::Integer()).notNull();
25 const FieldDef<FieldType::Real> fldCatches = makeFieldDef(
"Catches",FieldType::Real()).notNull();
26 const FieldDef<FieldType::Real> fldDiscards = makeFieldDef(
"Discards",FieldType::Real()).notNull();
33 void insertPopulation (
size_t rowid,
int population, const
std::vector<
double> &catches, const
std::vector<
double> &discards);
36 #endif // VESSELSLOGLIKECATCHESTABLE_H Definition: sqliteoutputstorage.h:33
Definition: pathshop.cpp:8
Definition: vesselsloglikecatchestable.h:16
Definition: vesselsloglikecatchestable.cpp:5
Definition: Population.h:34
#define COMMONSSHARED_EXPORT
Definition: commons_global.h:23