file
to_cif.hpp
Contents
- Reference
Namespaces
- namespace gemmi
- namespace gemmi::cif
Enums
- enum class Style { Simple, NoBlankLines, PreferPairs, Pdbx, Indent35 }
Functions
-
void write_text_field(std::
ostream& os, const std:: string& value) -
void write_out_pair(std::
ostream& os, const std:: string& name, const std:: string& value, Style style) -
void write_out_loop(std::
ostream& os, const Loop& loop, Style style) -
void write_out_item(std::
ostream& os, const Item& item, Style style) - auto should_be_separted_(const Item& a, const Item& b) -> bool
-
void write_cif_to_stream(std::
ostream& os, const Document& doc, Style s = Style::Simple)