|
Regina 7.4 Calculation Engine
|
Represents the different generations of Regina data file format. More...
Namespaces | |
| namespace | regina |
| Contains the entire Regina calculation engine. | |
Enumerations | |
| enum class | regina::FileFormat { regina::FileFormat::BinaryGen1 = 1 , regina::FileFormat::XmlGen2 = 2 , regina::FileFormat::XmlGen3 = 3 , regina::FileFormat::Current = XmlGen3 } |
| Represents each generation of Regina's file formats. More... | |
Variables | |
| constexpr FileFormat | regina::REGINA_BINARY_GEN_1 |
| A deprecated constant representing one of Regina's file formats. | |
| constexpr FileFormat | regina::REGINA_XML_GEN_2 |
| A deprecated constant representing one of Regina's file formats. | |
| constexpr FileFormat | regina::REGINA_XML_GEN_3 |
| A deprecated constant representing one of Regina's file formats. | |
| constexpr FileFormat | regina::REGINA_CURRENT_FILE_FORMAT |
| A deprecated constant representing one of Regina's file formats. | |
Represents the different generations of Regina data file format.