#include <poptable.h>
◆ PopTable()
PopTable::PopTable |
( |
std::shared_ptr< sqlite::SQLiteStorage > |
db, |
|
|
std::string |
name |
|
) |
| |
◆ ~PopTable()
◆ dropAndCreate()
void PopTable::dropAndCreate |
( |
| ) |
|
◆ getNbPops()
size_t PopTable::getNbPops |
( |
| ) |
|
◆ insert()
bool PopTable::insert |
( |
int |
tstep, |
|
|
Node * |
node, |
|
|
const std::multimap< int, double > & |
initstate |
|
) |
| |
◆ queryAllNodesAtStep()
void PopTable::queryAllNodesAtStep |
( |
int |
tstep, |
|
|
std::function< bool(Stat)> |
op |
|
) |
| |
The documentation for this class was generated from the following files:
- C:/Users/fbas/Documents/GitHub/DISPLACE_GUI/commons/storage/tables/poptable.h
- C:/Users/fbas/Documents/GitHub/DISPLACE_GUI/commons/storage/tables/poptable.cpp