![]() |
Chemical Data Processing Library C++ API - Version 1.4.0
|
Definition of class CDPL::Biomol::MMCIFData. More...
#include <cstddef>#include <string>#include <memory>#include <iosfwd>#include <boost/ptr_container/ptr_vector.hpp>#include <boost/ptr_container/ptr_deque.hpp>#include "CDPL/Biomol/APIPrefix.hpp"Go to the source code of this file.
Classes | |
| class | CDPL::Biomol::MMCIFData |
| Data structure for the storage of imported MMCIF data (see [MMCIF]). More... | |
| class | CDPL::Biomol::MMCIFData::Item |
| A single data item (column) of an mmCIF category, holding an ordered list of string values. More... | |
| class | CDPL::Biomol::MMCIFData::Category |
| A single mmCIF data category, holding an ordered list of data items (columns). More... | |
Namespaces | |
| CDPL | |
| The namespace of the Chemical Data Processing Library. | |
| CDPL::Biomol | |
| Contains classes and functions related to biological macromolecules. | |
Functions | |
| CDPL_BIOMOL_API std::ostream & | CDPL::Biomol::operator<< (std::ostream &os, const MMCIFData &data) |
| Writes the mmCIF data record data in textual mmCIF format to the output stream os. More... | |
| CDPL_BIOMOL_API std::ostream & | CDPL::Biomol::operator<< (std::ostream &os, const MMCIFData::Category &cat) |
| Writes the mmCIF category cat in textual mmCIF format to the output stream os. More... | |
Definition of class CDPL::Biomol::MMCIFData.