|
Gemmi C++ API
|
CIF parser (based on PEGTL) with pluggable actions, and a set of actions that prepare Document. To just read the CIF format, include read_cif. hpp instead. More...
#include <cassert>#include <cstdio>#include <iosfwd>#include <string>#include "third_party/tao/pegtl.hpp"#include "cifdoc.hpp"#include "fileutil.hpp"Go to the source code of this file.
Namespaces | |
| namespace | gemmi |
| namespace | gemmi::cif |
Macros | |
| #define | error_msg(rule, msg) |
| #define | GEMMI_CIF_FILE_INPUT(in, path) tao::pegtl::file_input<> in(path) |
CIF parser (based on PEGTL) with pluggable actions, and a set of actions that prepare Document. To just read the CIF format, include read_cif. hpp instead.
Definition in file cif.hpp.
| #define error_msg | ( | rule, | |
| msg | |||
| ) |