CaseDescriptor.h
Go to the documentation of this file.
9/*====================================================================================================================*/
10/*== Guards, Includes ==============================================================================================*/
11/*====================================================================================================================*/
35/*====================================================================================================================*/
36/*== struct CaseDescriptor declaration ==============================================================================*/
37/*====================================================================================================================*/
Extends Defaults to include the name of the type and a list of quantities.
Definition: CaseDescriptor.h:40
CaseDescriptor(const std::string &jcd)
std::string json(void) const
void addQuantity(std::string name, double value)
set Quantity with name to the value, but only if that option is not already set
bool sqCheck(const std::string &s) const
CaseDescriptor(std::string type, std::string tag, std::string description)
void set(const std::string &jcd)
const std::map< std::string, double > & msq(void) const
const std::string & name(void)
const std::string & description(void)
Definition: Case.h:35