DataModel Class Reference

Handle class for model specification data. More...

List of all members.

Public Member Functions

 DataModel ()
 constructor
 DataModel (const DataModel &)
 copy constructor
 ~DataModel ()
 destructor
DataModeloperator= (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

DataModelRepdataModelRep
 pointer to the body (handle-body idiom)


Detailed Description

Handle class for model specification data.

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.


The documentation for this class was generated from the following files:
Generated on Wed Nov 5 19:54:06 2008 for DAKOTA by  doxygen 1.5.1