5#ifndef GEMMI_READ_CIF_HPP_
6#define GEMMI_READ_CIF_HPP_
struct Document that represents the CIF file (but can also be read from a different representation,...
Document read_string(const std::string &data, int check_level=1)
GEMMI_DLL cif::Document read_first_block_gz(const std::string &path, size_t limit)
GEMMI_DLL cif::Document read_cif_from_memory(const char *data, size_t size, const char *name, int check_level=1)
GEMMI_DLL cif::Document read_mmjson_gz(const std::string &path)
GEMMI_DLL bool check_cif_syntax_gz(const std::string &path, std::string *msg)
bool giends_with(const std::string &str, const std::string &suffix)
GEMMI_DLL CharArray read_into_buffer_gz(const std::string &path)
cif::Document read_cif_or_mmjson_gz(const std::string &path)
GEMMI_DLL cif::Document read_cif_gz(const std::string &path, int check_level=1)