70 int isValidChar(
int c);
This is the class used to store the name of a variable used in the model simulation.
Definition: parameter.h:11
friend CommentStream & operator>>(CommentStream &infile, Parameter &p)
This operator will read data from a CommentStream into a Parameter.
Definition: parameter.cc:86
int operator==(const Parameter &p) const
This operator will check to see if the Parameter is equal to an existing Parameter.
Definition: parameter.cc:35
Parameter()
This is the default Parameter constructor.
Definition: parameter.h:16
~Parameter()
This is the default Parameter destructor.
Definition: parameter.cc:28
Parameter & operator=(const Parameter &p)
This operator will set the Parameter equal to an existing Parameter.
Definition: parameter.cc:39
char * getName() const
This function will return the name of the Parameter.
Definition: parameter.h:35
int isValidName(char *value)
This function will check to see if the string that is going to be the name of the Parameter is valid ...
Definition: parameter.cc:56