80 Pair *add(
int aKey,
double value);
93 bool includes(
int aKey);
97 void formatAsString(std :: string &str);
The purpose of DataStream abstract class is to allow to store/restore context to different streams...
std::ostream & operator<<(std::ostream &out, const Dictionary &r)
This class implements a linked list whose entries are Pairs (see below).
long ContextMode
Context mode (mask), defining the type of information written/read to/from context.
This class implements key/value associations - the key and its associated value.
the oofem namespace is to define a context or scope in which all oofem names are defined.
Dictionary()
Constructor, creates empty dictionary.