|
Gemmi C++ API
|
struct Document that represents the CIF file (but can also be read from a different representation, such as CIF-JSON or mmJSON). More...
#include "iterator.hpp"#include "atox.hpp"#include "fail.hpp"#include "util.hpp"#include <cstddef>#include <cstring>#include <algorithm>#include <array>#include <initializer_list>#include <new>#include <stdexcept>#include <string>#include <unordered_set>#include <vector>Go to the source code of this file.
Classes | |
| struct | gemmi::cif::LoopArg |
| struct | gemmi::cif::FrameArg |
| struct | gemmi::cif::CommentArg |
| struct | gemmi::cif::Loop |
| class | gemmi::cif::Column |
| struct | gemmi::cif::Table |
| struct | gemmi::cif::Table::Row |
| struct | gemmi::cif::Table::iterator |
| struct | gemmi::cif::Block |
| struct | gemmi::cif::Item |
| struct | gemmi::cif::ItemSpan |
| struct | gemmi::cif::Document |
Namespaces | |
| namespace | gemmi |
| namespace | gemmi::cif |
Typedefs | |
| using | gemmi::cif::Pair = std::array< std::string, 2 > |
Enumerations | |
| enum class | gemmi::cif::ItemType : unsigned char { gemmi::cif::Pair , gemmi::cif::Loop , gemmi::cif::Frame , gemmi::cif::Comment , gemmi::cif::Erased } |
struct Document that represents the CIF file (but can also be read from a different representation, such as CIF-JSON or mmJSON).
Definition in file cifdoc.hpp.