This class is for storing a list of up to 5 parameters and is used as a way of informing the FCSTdatabase class about the model you wish to store/access.
More...
#include <fcst_db.h>
|
| DatabaseOC () |
| Constructor.
|
|
bool | add_param (const std::string &name, const double &value) |
| Function for adding a parameter (name and value pair) to the list of up to 5 parameters.
|
|
|
bool | add_param (const std::string &, const std::string &) |
|
This class is for storing a list of up to 5 parameters and is used as a way of informing the FCSTdatabase class about the model you wish to store/access.
FcstUtilities::DatabaseOC::DatabaseOC |
( |
| ) |
|
bool FcstUtilities::DatabaseOC::add_param |
( |
const std::string & |
name, |
|
|
const double & |
value |
|
) |
| |
Function for adding a parameter (name and value pair) to the list of up to 5 parameters.
Returns false if unsuccessful.
See Unit test "testHasData" for usage demo.
bool FcstUtilities::DatabaseOC::add_param |
( |
const std::string & |
, |
|
|
const std::string & |
|
|
) |
| |
|
private |
int FcstUtilities::DatabaseOC::max_param |
|
private |
int FcstUtilities::DatabaseOC::num_param |
|
private |
std::vector<std::vector<std::string> > FcstUtilities::DatabaseOC::param_data |
|
private |
The documentation for this class was generated from the following file: