#include <SchemeSQL.hpp>
|
| | Scheme (const std::string &simulation_id) |
| |
Definition at line 44 of file SchemeSQL.hpp.
◆ Scheme()
| PluginSQL::Scheme::Scheme |
( |
const std::string & |
simulation_id | ) |
|
|
inline |
◆ CellValueBinary()
template<typename cell_t , typename world_t >
| static void PluginSQL::Scheme::CellValueBinary |
( |
Connection & |
conn, |
|
|
cell_t * |
c, |
|
|
world_t * |
w |
|
) |
| |
|
inlinestatic |
◆ CellValueStatement()
template<typename cell_t , typename world_t >
| static void PluginSQL::Scheme::CellValueStatement |
( |
std::stringstream & |
ss, |
|
|
cell_t * |
c, |
|
|
world_t * |
w |
|
) |
| |
|
inlinestatic |
◆ WorldValueBinary()
template<typename world_t >
| static void PluginSQL::Scheme::WorldValueBinary |
( |
Connection & |
conn, |
|
|
world_t * |
w |
|
) |
| |
|
inlinestatic |
◆ WorldValueStatement()
template<typename world_t >
| static std::string PluginSQL::Scheme::WorldValueStatement |
( |
world_t * |
w | ) |
|
|
inlinestatic |
◆ CellTable
| const std::string PluginSQL::Scheme::CellTable |
◆ CellTableCreationStatement
| std::string PluginSQL::Scheme::CellTableCreationStatement |
◆ CellTableDataLayout
| const std::string PluginSQL::Scheme::CellTableDataLayout |
◆ WorldRowSize
| constexpr size_t PluginSQL::Scheme::WorldRowSize = 2 + 2*8 + 1*12 |
|
staticconstexpr |
◆ WorldTable
| const std::string PluginSQL::Scheme::WorldTable |
◆ WorldTableCreationStatement
| std::string PluginSQL::Scheme::WorldTableCreationStatement |
◆ WorldTableDataLayout
| const std::string PluginSQL::Scheme::WorldTableDataLayout |
The documentation for this struct was generated from the following file: