|
Gemmi C++ API
|
Converts between enums (EntityType, PolymerType, Connection::Type, SoftwareItem::Classification) and mmCIF strings. More...
Go to the source code of this file.
Namespaces | |
| namespace | gemmi |
Functions | |
| const char * | gemmi::entity_type_to_string (EntityType entity_type) |
| EntityType | gemmi::entity_type_from_string (const std::string &t) |
| const char * | gemmi::polymer_type_to_string (PolymerType polymer_type) |
| PolymerType | gemmi::polymer_type_from_string (const std::string &t) |
| const char * | gemmi::connection_type_to_string (Connection::Type t) |
| Connection::Type | gemmi::connection_type_from_string (const std::string &t) |
| std::string | gemmi::software_classification_to_string (SoftwareItem::Classification c) |
| SoftwareItem::Classification | gemmi::software_classification_from_string (const std::string &str) |
Converts between enums (EntityType, PolymerType, Connection::Type, SoftwareItem::Classification) and mmCIF strings.
Definition in file enumstr.hpp.