#include <SchemeSQL.hpp>
|
| Scheme (const std::string &simulation_id) |
|
template<typename cell_t , typename world_t > |
void | CellValueStatement (std::stringstream &ss, cell_t *c, world_t *w) |
|
template<typename world_t > |
std::string | WorldValueStatement (world_t *w) |
|
Definition at line 25 of file SchemeSQL.hpp.
◆ Scheme()
PluginSQL::Scheme::Scheme |
( |
const std::string & |
simulation_id | ) |
|
|
inline |
◆ CellValueStatement()
template<typename cell_t , typename world_t >
void PluginSQL::Scheme::CellValueStatement |
( |
std::stringstream & |
ss, |
|
|
cell_t * |
c, |
|
|
world_t * |
w |
|
) |
| |
|
inline |
◆ WorldValueStatement()
template<typename world_t >
std::string PluginSQL::Scheme::WorldValueStatement |
( |
world_t * |
w | ) |
|
|
inline |
◆ CellTable
const std::string PluginSQL::Scheme::CellTable |
◆ CellTableCreationStatement
std::string PluginSQL::Scheme::CellTableCreationStatement |
◆ CellTableDataLayout
const std::string PluginSQL::Scheme::CellTableDataLayout |
◆ 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: