1#ifndef CYCLUS_SRC_DB_INIT_H_
2#define CYCLUS_SRC_DB_INIT_H_
The abstract base class used by all types of agents that live and interact in a simulation.
Used to specify and send a collection of key-value pairs to the Recorder for recording.
DbInit provides an interface for agents to record data to the output db that automatically injects th...
Datum * NewDatum(std::string title)
Returns a new datum to be used exactly as the Context::NewDatum method.
taken directly from OsiSolverInterface.cpp on 2/17/14 from https://projects.coin-or....
T OptionalQuery(InfileTree *tree, std::string query, T default_val)
a query method for optional parameters