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