Public Member Functions | |
| DataModel () | |
| constructor | |
| DataModel (const DataModel &) | |
| copy constructor | |
| ~DataModel () | |
| destructor | |
| DataModel & | operator= (const DataModel &) |
| assignment operator | |
| void | write (ostream &s) const |
| write a DataModel object to an ostream | |
| void | read (MPIUnpackBuffer &s) |
| read a DataModel object from a packed MPI buffer | |
| void | write (MPIPackBuffer &s) const |
| write a DataModel object to a packed MPI buffer | |
Public Attributes | |
| DataModelRep * | dataModelRep |
| pointer to the body (handle-body idiom) | |
The DataModel class is used to provide a memory management handle for the data in DataModelRep. It is populated by IDRProblemDescDB::model_kwhandler() and is queried by the ProblemDescDB::get_<datatype>() functions. A list of DataModel objects is maintained in ProblemDescDB::dataModelList, one for each model specification in an input file.
1.5.1