| 1272 | this->Format = (on ? fileFormat::BINARY : fileFormat::ASCII); |
| 1273 | } |
| 1274 | void SetLabel64(const bool on) noexcept |
| 1275 | { |
| 1276 | this->LabelType = (on ? labelType::INT64 : labelType::INT32); |
| 1277 | } |
| 1278 | void SetFloat64(const bool on) noexcept |
| 1279 | { |
| 1280 | this->ScalarType = (on ? scalarType::FLOAT64 : scalarType::FLOAT32); |
no outgoing calls
no test coverage detected