OpenFCST: The open-source Fuel Cell Simulation Toolbox
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces
fcst_db.h File Reference
#include <fcst_utilities.h>
#include <sqlite3.h>
#include <iostream>
#include <ctime>
#include <string>
#include <cstddef>
#include <vector>
#include <stdexcept>
#include <fstream>
#include <chrono>
#include <thread>
#include <random>
#include <logging.h>
#include <boost/algorithm/string.hpp>
Include dependency graph for fcst_db.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FcstUtilities::FCSTdatabase
 This class is for interfacing with SQL databases, for the purpose of accessing and storing simulation results. More...
 
class  FcstUtilities::DatabaseOC
 This class is for storing a list of up to 10 parameters and is used as a way of informing the FCSTdatabase class about the model you wish to store/access. More...
 

Namespaces

 FcstUtilities